YouTube No Cast

Removing YouTube cast button.

什麼是YouTube No Cast?

YouTube No Cast是由https://vopp.top開發的Chrome擴展程式,該擴展的主要功能是“Removing YouTube cast button.”。

擴展截圖

screenshot

下載YouTube No Cast擴展crx文件

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

擴展使用說明

                        It just removes YouTube cast button.                    

擴展基本資訊

名稱 YouTube No Cast YouTube No Cast
ID poaepihbaednbgblcpnjhjgekknmnndc
官方網址 https://chromewebstore.google.com/detail/youtube-no-cast/poaepihbaednbgblcpnjhjgekknmnndc
簡介 Removing YouTube cast button.
檔案大小 4.7 KB
安裝次數 364
目前版本 1.0.2
更新時間 2022-05-12
上架時間 2022-05-12
評分 5.00/5 共 3 次評分
開發者 https://vopp.top
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube No Cast",
    "description": "Removing YouTube cast button.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}