25 lines
710 B
JSON
25 lines
710 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Reels Controls — Video-Steuerung für Instagram Reels",
|
|
"author": "Tronax mail@tronax.dev",
|
|
"version": "1.0.0",
|
|
"description": "Fügt Instagram Reels eine echte Videosteuerung hinzu: Play/Pause, Lautstärke, Fortschrittsbalken mit Scrubbing und Tastenkürzel.",
|
|
"permissions": [],
|
|
"host_permissions": [
|
|
"https://www.instagram.com/*"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://www.instagram.com/*"],
|
|
"js": ["content.js"],
|
|
"css": ["controls.css"],
|
|
"run_at": "document_idle",
|
|
"all_frames": false
|
|
}
|
|
],
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
}
|