Minimal Youtube theme

Make youtube boring and calm

什麼是Minimal Youtube theme?

Minimal Youtube theme是由Rafi開發的Chrome擴展程式,該擴展的主要功能是“Make youtube boring and calm”。

擴展截圖

screenshot
screenshot
screenshot

下載Minimal Youtube theme擴展crx文件

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

擴展使用說明

                        It hides some elements in the youtube to make it less distracting and more enjoyable.                    

擴展基本資訊

名稱 Minimal Youtube theme Minimal Youtube theme
ID ccplmbjcmgejfkggenhjagijijklnacm
官方網址 https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm
簡介 Make youtube boring and calm
檔案大小 26.36 KB
安裝次數 175
目前版本 0.0.3
更新時間 2022-09-07
上架時間 2022-08-28
評分 5.00/5 共 3 次評分
開發者 Rafi
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Rafi993/minimal-youtube-theme
說明頁面URL https://github.com/Rafi993/minimal-youtube-theme/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal Youtube theme",
    "description": "Make youtube boring and calm",
    "version": "0.0.3",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "main.10a003bc.css"
            ],
            "js": [
                "main.da0dd1a7.js"
            ]
        }
    ],
    "action": {
        "default_title": "Options",
        "default_popup": "options.818d1ab0.html"
    },
    "icons": {
        "16": "icon16.cf8ed879.png",
        "32": "icon32.1f1b0c61.png",
        "48": "icon48.6b8809b5.png",
        "128": "icon128.12662906.png"
    }
}