YouTube Speed

Extension for quickly switching YouTube video playback speed.

Vad är YouTube Speed?

YouTube Speed är en Chrome-tillägg utvecklad av https://mee4dy.ru, och dess huvudfunktion är "Extension for quickly switching YouTube video playback speed.".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Speed-förlängningens CRX-fil

Ladda ner YouTube Speed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The extension adds the ability to quickly switch the video playback speed on YouTube.
Switch video playback speed in one click!                    

Grundläggande Information om Tillägg

Namn YouTube Speed YouTube Speed
ID pbednjjkmmffbflkaokiafommndhafef
Officiell webbadress https://chromewebstore.google.com/detail/youtube-speed/pbednjjkmmffbflkaokiafommndhafef
Beskrivning Extension for quickly switching YouTube video playback speed.
Filstorlek 55.85 KB
Antal Installationer 15
Aktuell Version 1.0.0
Senast Uppdaterad 2021-12-07
Publiceringsdatum 2020-06-24
Utvecklare https://mee4dy.ru
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://mee4dy.ru/terms
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/inj.js"
            ],
            "css": [
                "css\/inj.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Extension for quickly switching YouTube video playback speed.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "YouTube Speed",
    "version": "1.0.0"
}