InstaVolume

Extension that adds controls to the Instagram videos.

Hvad er InstaVolume?

InstaVolume er en Chrome-udvidelse udviklet af DedaDev, og dens hovedfunktion er "Extension that adds controls to the Instagram videos.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download InstaVolume-udvidelses-CRX-fil

Download InstaVolume-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn InstaVolume InstaVolume
ID fijibcffnfpfeohnokdhdgppnhhmhpln
Officiel URL https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln
Beskrivelse Extension that adds controls to the Instagram videos.
Filstørrelse 21.07 KB
Antal Installationer 66
Nuværende Version 0.0.2
Senest Opdateret 2020-04-09
Udgivelsesdato 2020-04-09
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler DedaDev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}