Video Speed And Sound Hotkeys

Use your keyboard to adjust video speed and sound.

Was ist Video Speed And Sound Hotkeys?

Video Speed And Sound Hotkeys ist eine Chrome-Erweiterung, die von wma entwickelt wurde, und ihr Hauptmerkmal ist "Use your keyboard to adjust video speed and sound.".

Erweiterungsscreenshots

screenshot

Video Speed And Sound Hotkeys-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Speed And Sound Hotkeys-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

                        If you would like an easy way to control video speed and sound, this extension is for you. Instead of relying on websites to provide you with the functionality you want, this ensures that you will always be able to speed up, seek forward, and change the volume on the videos you watch.

The extension has been optimized to be both lightweight and subtle. This means that it will always be ready to go when you need it, while remaining hidden and using minimal resources when you don't.

Just give it a try - it's free!                    

Grundlegende Informationen zur Erweiterung

Name Video Speed And Sound Hotkeys Video Speed And Sound Hotkeys
ID lnjhdnilfpflonafjbdjbeplcipgfmon
Offizielle URL https://chromewebstore.google.com/detail/video-speed-and-sound-hot/lnjhdnilfpflonafjbdjbeplcipgfmon
Beschreibung Use your keyboard to adjust video speed and sound.
Dateigröße 23.02 KB
Installationsanzahl 30
Aktuelle Version 1.0.4
Letztes Update 2021-03-04
Veröffentlichungsdatum 2021-02-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler wma
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed And Sound Hotkeys",
    "description": "Use your keyboard to adjust video speed and sound.",
    "version": "1.0.4",
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Icons\/icon16.png",
            "32": "Icons\/icon32.png",
            "48": "Icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "match_about_blank": true,
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "hourglass.png",
        "volume-on.png",
        "volume-off.png"
    ]
}