Video Controls for Instagram

Enables video controls on instagram

Wat is Video Controls for Instagram?

Video Controls for Instagram is een Chrome-extensie ontwikkeld door David Ćavar, en de belangrijkste functie is "Enables video controls on instagram".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Controls for Instagram

Download Video Controls for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Enables controls for videos inside your Instagram feed (seek, full screen, volume change, play, pause)
Defaults video volume to 50%, and saves the setting if changed                    

Basisinformatie over de Extensie

Naam Video Controls for Instagram Video Controls for Instagram
ID fbfifojpjhfeiiefgbddgkabhjhkofkf
Officiële URL https://chrome.google.com/webstore/detail/video-controls-for-instag/fbfifojpjhfeiiefgbddgkabhjhkofkf
Beschrijving Enables video controls on instagram
Bestandsgrootte 12.9 KB
Aantal Installaties 183
Huidige Versie 1.3.0
Laatst Bijgewerkt 2019-11-21
Publicatiedatum 2019-11-21
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar David Ćavar
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Palethorn/video-controls-for-instagram
Help Pagina-URL https://github.com/Palethorn/video-controls-for-instagram/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Controls for Instagram",
    "version": "1.3.0",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "description": "Enables video controls on instagram",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.instagram.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}