InstaVolume

Extension that adds controls to the Instagram videos.

What is InstaVolume?

InstaVolume is a Chrome extension developed by DedaDev, and its main feature is "Extension that adds controls to the Instagram videos.".

Extension Screenshots

screenshot
screenshot

Download InstaVolume Extension CRX File

Download InstaVolume 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

                        Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.                    

Extension Basic Information

Name InstaVolume InstaVolume
ID fijibcffnfpfeohnokdhdgppnhhmhpln
Official URL https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln
Description Extension that adds controls to the Instagram videos.
File Size 21.07 KB
Installation Count 66
Current Version 0.0.2
Last Updated 2020-04-09
Publish Date 2020-04-09
Rating 1.00/5 Total 1 Ratings
Developer DedaDev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaVolume",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Extension that adds controls to the Instagram videos.",
    "homepage_url": "http:\/\/dedadev.top",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.instagram.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}