InstaVolume

Extension that adds controls to the Instagram videos.

InstaVolume क्या है?

InstaVolume DedaDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that adds controls to the Instagram videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InstaVolume एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम InstaVolume InstaVolume
ID fijibcffnfpfeohnokdhdgppnhhmhpln
आधिकारिक URL https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln
विवरण Extension that adds controls to the Instagram videos.
फ़ाइल का आकार 21.07 KB
स्थापना संख्या 66
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2020-04-09
प्रकाशन तिथि 2020-04-09
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर DedaDev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}