Hide my Youtube

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

Hvad er Hide my Youtube?

Hide my Youtube er en Chrome-udvidelse udviklet af excogito, og dens hovedfunktion er "One click hides all the text and thumbnails on Youtube. Another click brings it all back.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Hide my Youtube-udvidelses-CRX-fil

Download Hide my Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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?                    

Grundlæggende oplysninger om udvidelsen

Navn Hide my Youtube Hide my Youtube
ID nbbgdnddemllmhllcnojhfkanmagnecg
Officiel URL https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg
Beskrivelse One click hides all the text and thumbnails on Youtube. Another click brings it all back.
Filstørrelse 19.96 KB
Antal Installationer 70
Nuværende Version 1.0.1
Senest Opdateret 2018-10-27
Udgivelsesdato 2018-10-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler excogito
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}