Instagram Video Control

Adds volume and play controls to Instagram videos.

Hvad er Instagram Video Control?

Instagram Video Control er en Chrome-udvidelse udviklet af https://www.david-schulte.de, og dens hovedfunktion er "Adds volume and play controls to Instagram videos.".

Udvidelsesskærmbilleder

screenshot

Download Instagram Video Control-udvidelses-CRX-fil

Download Instagram Video Control-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

                        This simple web extension enables the native video controls for Instagram videos. This grants you the ability to control the volume and the video position.                    

Grundlæggende oplysninger om udvidelsen

Navn Instagram Video Control Instagram Video Control
ID jlebjkamppjaeoiinkjkgmecoahlefka
Officiel URL https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka
Beskrivelse Adds volume and play controls to Instagram videos.
Filstørrelse 50.32 KB
Antal Installationer 41
Nuværende Version 0.1
Senest Opdateret 2023-07-09
Udgivelsesdato 2023-07-09
Udvikler https://www.david-schulte.de
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Arcus92/instagram-video-control
Hjælpeside-URL https://github.com/Arcus92/instagram-video-control/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instagram Video Control",
    "version": "0.1",
    "description": "Adds volume and play controls to Instagram videos.",
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/Arcus92\/instagram-video-control\/",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}