Instagram Video Control
Adds volume and play controls to Instagram videos.
What is Instagram Video Control?
Instagram Video Control is a Chrome extension developed by https://www.david-schulte.de, and its main feature is "Adds volume and play controls to Instagram videos.".
Extension Screenshots
Download Instagram Video Control Extension CRX File
Download Instagram Video Control 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
This simple web extension enables the native video controls for Instagram videos. This grants you the ability to control the volume and the video position.
Extension Basic Information
Name | Instagram Video Control |
ID | jlebjkamppjaeoiinkjkgmecoahlefka |
Official URL | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
Description | Adds volume and play controls to Instagram videos. |
File Size | 50.32 KB |
Installation Count | 41 |
Current Version | 0.1 |
Last Updated | 2023-07-09 |
Publish Date | 2023-07-09 |
Developer | https://www.david-schulte.de |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Arcus92/instagram-video-control |
Help Page URL | https://github.com/Arcus92/instagram-video-control/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Instagram Video Control", "version": "0.1", "description": "Adds volume and play controls to Instagram videos.", "author": "[email protected]", "homepage_url": "https:\/\/github.com\/Arcus92\/instagram-video-control\/", "icons": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "main.js" ] } ] } |