YTV Ad Blocker
Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker
Was ist YTV Ad Blocker?
YTV Ad Blocker ist eine Chrome-Erweiterung, die von Frosty entwickelt wurde, und ihr Hauptmerkmal ist "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker".
Erweiterungsscreenshots
YTV Ad Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie YTV Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Youtube TV is awesome, but some of the channels have too many ads. This extension blocks those ads and allows you to see what you paid to see. If there are any issues, report there here, and we will fix them ASAP.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kdcnhloaackdhhgjmnhahjckiimcndcb |
Offizielle URL | https://chrome.google.com/webstore/detail/ytv-ad-blocker/kdcnhloaackdhhgjmnhahjckiimcndcb |
Beschreibung | Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker |
Dateigröße | 22.15 KB |
Installationsanzahl | 213 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-07-05 |
Veröffentlichungsdatum | 2020-07-05 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | Frosty |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/aaronfrost/youtubetv-adblocker |
Hilfeseite URL | https://github.com/aaronfrost/youtubetv-adblocker/issues |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YTV Ad Blocker", "version": "1.0", "description": "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/ytvab-16.png", "32": "images\/ytvab-32.png", "48": "images\/ytvab-48.png", "128": "images\/ytvab-128.png" }, "manifest_version": 2 } |