Video Controls

Re-styling of Prime Video playback controls to be less intrusive.

Was ist Video Controls?

Video Controls ist eine Chrome-Erweiterung, die von Justin entwickelt wurde, und ihr Hauptmerkmal ist "Re-styling of Prime Video playback controls to be less intrusive.".

Erweiterungsscreenshots

screenshot

Video Controls-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Controls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Automatically re-styles Prime Video playback controls to be less intrusive.

Release Notes:

v1.0.1
- Added support for American prime video domains                    

Grundlegende Informationen zur Erweiterung

Name Video Controls Video Controls
ID jabennopofjkkeodfgcmpmdcibkjlcol
Offizielle URL https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol
Beschreibung Re-styling of Prime Video playback controls to be less intrusive.
Dateigröße 45.28 KB
Installationsanzahl 364
Aktuelle Version 1.1.2
Letztes Update 2022-09-25
Veröffentlichungsdatum 2019-11-04
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler Justin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Controls",
    "version": "1.1.2",
    "description": "Re-styling of Prime Video playback controls to be less intrusive.",
    "icons": {
        "128": "images\/logoIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/primevideo.com\/*",
                "https:\/\/www.primevideo.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/logoIcon.png"
        }
    },
    "permissions": [
        "https:\/\/primevideo.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'",
    "manifest_version": 2
}