YouTube No Cast
Removing YouTube cast button.
Vad är YouTube No Cast?
YouTube No Cast är en Chrome-tillägg utvecklad av https://vopp.top, och dess huvudfunktion är "Removing YouTube cast button.".
Tilläggsskärmbilder
Ladda ner YouTube No Cast-förlängningens CRX-fil
Ladda ner YouTube No Cast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
It just removes YouTube cast button. Grundläggande Information om Tillägg
| Namn | |
| ID | poaepihbaednbgblcpnjhjgekknmnndc |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-no-cast/poaepihbaednbgblcpnjhjgekknmnndc |
| Beskrivning | Removing YouTube cast button. |
| Filstorlek | 4.7 KB |
| Antal Installationer | 364 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2022-05-12 |
| Publiceringsdatum | 2022-05-12 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://vopp.top |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |