Instagram Reels Video Extension Controller
Assists in controlling Instagram Reels videos.
Was ist Instagram Reels Video Extension Controller?
Instagram Reels Video Extension Controller ist eine Chrome-Erweiterung, die von Jellyking entwickelt wurde, und ihr Hauptmerkmal ist "Assists in controlling Instagram Reels videos.".
Erweiterungsscreenshots
Instagram Reels Video Extension Controller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instagram Reels Video Extension Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- Enable Video controls in Reels / Reel / Post (mouse over) - Divide areas in reels page - Auto open 'read more' - Volume control and auto save ※ Autoplay is not supported in unmuted state due to "Autoplay policy in Chrome" >> https://developer.chrome.com/blog/autoplay/ ● This extension is not perfect yet. We need your assistance to improve it. You can contribute by Like and Review, or contacting us via email to collaborate on further enhancements.
Grundlegende Informationen zur Erweiterung
Name | Instagram Reels Video Extension Controller |
ID | mglpimgmbjfjbkbdejhknelkhbeiekcm |
Offizielle URL | https://chromewebstore.google.com/detail/instagram-reels-video-ext/mglpimgmbjfjbkbdejhknelkhbeiekcm |
Beschreibung | Assists in controlling Instagram Reels videos. |
Dateigröße | 29.43 KB |
Installationsanzahl | 99 |
Aktuelle Version | 1.3 |
Letztes Update | 2024-03-02 |
Veröffentlichungsdatum | 2023-08-30 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | Jellyking |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://linktr.ee/Jelly_King |
Unterstützte Sprachen | en,tr,es,uk,ja,ko |
manifest.json | |
{ "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.instagram.com\/reels\/*", "https:\/\/www.instagram.com\/reel\/*", "https:\/\/www.instagram.com\/p\/*" ] } ], "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "128": "Icon.png", "16": "Icon.png", "48": "Icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZJr3WIeP\/afJ8FNgUXItH12biA0QgPNtLFJXT+nCSHjqzePnyfnmW4S0BiTN8NcPM4jEbEj5dW9cxV2rkzkSn6Uyt+9oVuL9U+cSaNEf9IftN6V20aAy5i\/qBWnjcbPcKuNMP97ZuI57up0G1xOZVXKjGRfrAjEsPELrrhj3kivx7MeuDL6N7EFjlFyt\/OS5c\/kbGt\/EqFekJkI4BvjBb9N3R7JdRYy4WSZ+cdAf+ICLcAykinrSKilauzN2bCQt9VmQsCg1Su3LM1b\/mRD8M1sYz1XaGfBs\/JREteLtsQpDqJnOwluI5f0W2Of6O4QEBXJGmyOfKCNq5kmjo\/7hwIDAQAB", "manifest_version": 3, "name": "__MSG_extensionName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3", "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "Icon.png", "16": "Icon.png", "48": "Icon.png" } } } |