YouTube Turbo Button

Sets the video playback speed to a specified amount.

Qu'est-ce que YouTube Turbo Button ?

YouTube Turbo Button est une extension Chrome développée par https://systemcluster.me, et sa fonction principale est "Sets the video playback speed to a specified amount.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Turbo Button

Téléchargez les fichiers d'extension YouTube Turbo Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YouTube Turbo Button YouTube Turbo Button
ID bonbclphagmhlcpiahpimimkbmlamenc
URL Officiel https://chromewebstore.google.com/detail/youtube-turbo-button/bonbclphagmhlcpiahpimimkbmlamenc
Description Sets the video playback speed to a specified amount.
Taille du Fichier 31.05 KB
Nombre d'Installations 2,234
Version Actuelle 0.1.4
Dernière Mise à Jour 2019-09-30
Date de Publication 2019-09-29
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://systemcluster.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Systemcluster/youtube-turbo-button
Langues Prises en Charge 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"
    ]
}