Hide my Youtube

One click hides all the text and thumbnails on Youtube. Another click brings it all back.

Qu'est-ce que Hide my Youtube ?

Hide my Youtube est une extension Chrome développée par excogito, et sa fonction principale est "One click hides all the text and thumbnails on Youtube. Another click brings it all back.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hide my Youtube

Téléchargez les fichiers d'extension Hide my Youtube 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

                        One click on the extension's icon hides all the text and thumbnails on Youtube. Another click brings it all back.

- Want to see the highlights for that game you missed, without spoiling the score first?
- Want to keep some privacy when someone's right over your shoulder?
- Want to watch just one video, without spiraling down the youtube hole?                    

Informations de Base sur l'Extension

Nom Hide my Youtube Hide my Youtube
ID nbbgdnddemllmhllcnojhfkanmagnecg
URL Officiel https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg
Description One click hides all the text and thumbnails on Youtube. Another click brings it all back.
Taille du Fichier 19.96 KB
Nombre d'Installations 70
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-10-27
Date de Publication 2018-10-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur excogito
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Unspoiled Youtube"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ]
}