YouTube Turbo Button

Sets the video playback speed to a specified amount.

Wat is YouTube Turbo Button?

YouTube Turbo Button is een Chrome-extensie ontwikkeld door https://systemcluster.me, en de belangrijkste functie is "Sets the video playback speed to a specified amount.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Turbo Button

Download YouTube Turbo Button-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

                        Adds a button that sets the playback speed of the current YouTube video to a configurable amount from 0.1x to 10x.                    

Basisinformatie over de Extensie

Naam YouTube Turbo Button YouTube Turbo Button
ID bonbclphagmhlcpiahpimimkbmlamenc
Officiële URL https://chromewebstore.google.com/detail/youtube-turbo-button/bonbclphagmhlcpiahpimimkbmlamenc
Beschrijving Sets the video playback speed to a specified amount.
Bestandsgrootte 31.05 KB
Aantal Installaties 2,234
Huidige Versie 0.1.4
Laatst Bijgewerkt 2019-09-30
Publicatiedatum 2019-09-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://systemcluster.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Systemcluster/youtube-turbo-button
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Turbo Button",
    "short_name": "YT Turbo Button",
    "description": "Sets the video playback speed to a specified amount.",
    "version": "0.1.4",
    "author": "Christian Sdunek",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "options_ui": {
        "page": "chrome\/content\/settings_inline.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "icons": {
        "48": "chrome\/skin\/icon48.png",
        "64": "chrome\/skin\/icon64.png",
        "128": "chrome\/skin\/icon128.png",
        "256": "chrome\/skin\/icon256.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "chrome\/skin\/icon48.png",
            "64": "chrome\/skin\/icon64.png",
            "128": "chrome\/skin\/icon128.png",
            "256": "chrome\/skin\/icon256.png"
        }
    },
    "permissions": [
        "*:\/\/*.youtube.com\/",
        "activeTab",
        "storage",
        "contextMenus"
    ]
}