remove YouTube TV button

removes 'play on TV' button on YouTube

Qu'est-ce que remove YouTube TV button ?

remove YouTube TV button est une extension Chrome développée par Sveagruva, et sa fonction principale est "removes 'play on TV' button on YouTube".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension remove YouTube TV button

Téléchargez les fichiers d'extension remove YouTube TV 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

                        'play on TV' button is annoying element of YouTube and also is kind of dangerous. You no longer need to worry about accidentally pressing that button because it doesn't exist anymore after installing this extension.

==============

0.1.3 update fixes 'play on TV' button for youtube redesign

clicking no longer disables extension. if you see green checkmark it will perform same action as it did in 0.1.2.                    

Informations de Base sur l'Extension

Nom remove YouTube TV button remove YouTube TV button
ID lcblinegofgihklfnclgedlfcolbacpl
URL Officiel https://chromewebstore.google.com/detail/remove-youtube-tv-button/lcblinegofgihklfnclgedlfcolbacpl
Description removes 'play on TV' button on YouTube
Taille du Fichier 27.89 KB
Nombre d'Installations 3,748
Version Actuelle 0.1.3
Dernière Mise à Jour 2022-11-09
Date de Publication 2020-12-15
Évaluation 4.91/5 Total 56 Évaluations
Développeur Sveagruva
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sveagruva/remove_youtube_tv_button
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.3",
    "name": "__MSG_name__",
    "description": "__MSG_app_description__",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/16_disabled.png",
        "48": "icons\/48_disabled.png",
        "128": "icons\/128_disabled.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/sveagruva\/remove_youtube_tv_button",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16_disabled.png",
            "48": "icons\/48_disabled.png",
            "128": "icons\/128_disabled.png"
        }
    }
}