Hide my Youtube

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

什麼是Hide my Youtube?

Hide my Youtube是由excogito開發的Chrome擴展程式,該擴展的主要功能是“One click hides all the text and thumbnails on Youtube. Another click brings it all back.”。

擴展截圖

screenshot
screenshot
screenshot

下載Hide my Youtube擴展crx文件

下載Hide my Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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?                    

擴展基本資訊

名稱 Hide my Youtube Hide my Youtube
ID nbbgdnddemllmhllcnojhfkanmagnecg
官方網址 https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg
簡介 One click hides all the text and thumbnails on Youtube. Another click brings it all back.
檔案大小 19.96 KB
安裝次數 70
目前版本 1.0.1
更新時間 2018-10-27
上架時間 2018-10-27
評分 5.00/5 共 1 次評分
開發者 excogito
付費類型 free
支援的語言 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"
            ]
        }
    ]
}