YouTube No Cast
Removing YouTube cast button.
What is YouTube No Cast?
YouTube No Cast is a Chrome extension developed by https://vopp.top, and its main feature is "Removing YouTube cast button.".
Extension Screenshots
Download YouTube No Cast Extension CRX File
Download YouTube No Cast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It just removes YouTube cast button.
Extension Basic Information
Name | YouTube No Cast |
ID | poaepihbaednbgblcpnjhjgekknmnndc |
Official URL | https://chromewebstore.google.com/detail/youtube-no-cast/poaepihbaednbgblcpnjhjgekknmnndc |
Description | Removing YouTube cast button. |
File Size | 4.7 KB |
Installation Count | 364 |
Current Version | 1.0.2 |
Last Updated | 2022-05-12 |
Publish Date | 2022-05-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://vopp.top |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |