YouTube No Cast
Removing YouTube cast button.
YouTube No Castとは何ですか?
YouTube No Castはhttps://vopp.topによって開発されたChromeの拡張機能で、その主な機能は「Removing YouTube cast button.」です。
拡張機能のスクリーンショット
YouTube No Cast拡張機能のCRXファイルをダウンロード
YouTube No Cast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It just removes YouTube cast button.
拡張機能の基本情報
名前 | YouTube No Cast |
ID | poaepihbaednbgblcpnjhjgekknmnndc |
公式URL | 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 |
Eメール | [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\/*" ] } |