Show Video Controls by Default

Extension lets you show control buttons by default when playing video or gifs.

Was ist Show Video Controls by Default?

Show Video Controls by Default ist eine Chrome-Erweiterung, die von marcintracz.official entwickelt wurde, und ihr Hauptmerkmal ist "Extension lets you show control buttons by default when playing video or gifs.".

Erweiterungsscreenshots

screenshot

Show Video Controls by Default-Erweiterungs-CRX-Datei herunterladen

Laden Sie Show Video Controls by Default-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

                        The extension turns on video or gif player controls by default.

Useful when browsing meme sites such as 9gag.

No need to press the right mouse button and then "show controls". 

They will appear by default for each media.                    

Grundlegende Informationen zur Erweiterung

Name Show Video Controls by Default Show Video Controls by Default
ID ngnnpfgkhpmcofcobdobhjnjmoglkhhe
Offizielle URL https://chromewebstore.google.com/detail/show-video-controls-by-de/ngnnpfgkhpmcofcobdobhjnjmoglkhhe
Beschreibung Extension lets you show control buttons by default when playing video or gifs.
Dateigröße 8.66 KB
Installationsanzahl 2,169
Aktuelle Version 1.0
Letztes Update 2022-07-12
Veröffentlichungsdatum 2022-07-12
Bewertung 3.82/5 Insgesamt 11 Bewertungen
Entwickler marcintracz.official
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Video Controls by Default",
    "description": "Extension lets you show control buttons by default when playing video or gifs.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.liveleak.com\/*",
                "*:\/\/*.vine.co\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/youtu.be\/*",
                "*:\/\/netflix.com\/*",
                "*:\/\/vimeo.com\/*",
                "*:\/\/dailymotion.com\/*",
                "*:\/\/hulu.com\/*",
                "*:\/\/twitch.tv\/*",
                "*:\/\/liveleak.com\/*",
                "*:\/\/vine.co\/*"
            ],
            "js": [
                "showvideocontrolsbydefault.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}