Better Instagram Videos: Playback & Volume

Easily control the playback and volume of any Instagram videos.

Better Instagram Videos: Playback & Volume क्या है?

Better Instagram Videos: Playback & Volume https://emirkabal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily control the playback and volume of any Instagram videos."।

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

screenshot
screenshot

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

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

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

                        Enhances your Instagram experience by allowing easy video playback and volume adjustment.

Features:
- Playback/seek control
- Volume control (remembered)
- Downloadable video
- Supports all videos on the Instagram except stories section

Github: https://github.com/emirkabal/better-instagram-videos

Legal:
Instagram is a registered trademark. This extension was developed independently of Instagram, by someone who is not related or affiliated with Instagram, without any help or endorsement from them.                    

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

नाम Better Instagram Videos: Playback & Volume Better Instagram Videos: Playback & Volume
ID ijgmchfimkocepiapjeoehcicfnhhchp
आधिकारिक URL https://chromewebstore.google.com/detail/better-instagram-videos-p/ijgmchfimkocepiapjeoehcicfnhhchp
विवरण Easily control the playback and volume of any Instagram videos.
फ़ाइल का आकार 66.96 KB
स्थापना संख्या 68
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2023-12-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://emirkabal.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/emirkabal/better-instagram-videos/issues
समर्थित भाषाएँ de,en,fr,nl,tr,es,it,pl,pt-BR,el,bg,ru,uk,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.5",
    "action": [],
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-3b2f4b6d.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "assets\/main-e5d4be7f.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "resources": [
                "assets\/main.tsx-a0f12a38.js"
            ],
            "use_dynamic_url": true
        }
    ]
}