Hide my Youtube

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

Vad är Hide my Youtube?

Hide my Youtube är en Chrome-tillägg utvecklad av excogito, och dess huvudfunktion är "One click hides all the text and thumbnails on Youtube. Another click brings it all back.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Hide my Youtube-förlängningens CRX-fil

Ladda ner Hide my Youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hide my Youtube Hide my Youtube
ID nbbgdnddemllmhllcnojhfkanmagnecg
Officiell webbadress https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg
Beskrivning One click hides all the text and thumbnails on Youtube. Another click brings it all back.
Filstorlek 19.96 KB
Antal Installationer 70
Aktuell Version 1.0.1
Senast Uppdaterad 2018-10-27
Publiceringsdatum 2018-10-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare excogito
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}