Better Instagram Videos: Playback & Volume

Easily control the playback and volume of any Instagram videos.

Vad är Better Instagram Videos: Playback & Volume?

Better Instagram Videos: Playback & Volume är en Chrome-tillägg utvecklad av https://emirkabal.com, och dess huvudfunktion är "Easily control the playback and volume of any Instagram videos.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Better Instagram Videos: Playback & Volume-förlängningens CRX-fil

Ladda ner Better Instagram Videos: Playback & Volume-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Better Instagram Videos: Playback & Volume Better Instagram Videos: Playback & Volume
ID ijgmchfimkocepiapjeoehcicfnhhchp
Officiell webbadress https://chromewebstore.google.com/detail/better-instagram-videos-p/ijgmchfimkocepiapjeoehcicfnhhchp
Beskrivning Easily control the playback and volume of any Instagram videos.
Filstorlek 66.96 KB
Antal Installationer 68
Aktuell Version 1.0.5
Senast Uppdaterad 2023-12-26
Publiceringsdatum 2023-12-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://emirkabal.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/emirkabal/better-instagram-videos/issues
Stödda Språk 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
        }
    ]
}