First Commit, Code by Claude 4.7 Opus
This commit is contained in:
commit
4f1e373c4f
7 changed files with 650 additions and 0 deletions
25
manifest.json
Normal file
25
manifest.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue