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 |
电子邮箱 | [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\/*" ] } |