Instagram Reels Video Extension Controller
Assists in controlling Instagram Reels videos.
What is Instagram Reels Video Extension Controller?
Instagram Reels Video Extension Controller is a Chrome extension developed by Jellyking, and its main feature is "Assists in controlling Instagram Reels videos.".
Extension Screenshots
Download Instagram Reels Video Extension Controller Extension CRX File
Download Instagram Reels Video Extension Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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.
Extension Basic Information
Name | Instagram Reels Video Extension Controller |
ID | mglpimgmbjfjbkbdejhknelkhbeiekcm |
Official URL | https://chromewebstore.google.com/detail/instagram-reels-video-ext/mglpimgmbjfjbkbdejhknelkhbeiekcm |
Description | Assists in controlling Instagram Reels videos. |
File Size | 29.43 KB |
Installation Count | 99 |
Current Version | 1.3 |
Last Updated | 2024-03-02 |
Publish Date | 2023-08-30 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Jellyking |
[email protected] | |
Payment Type | free |
Extension Website | https://linktr.ee/Jelly_King |
Supported Languages | 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" } } } |