YTV Ad Blocker
Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker
Qu'est-ce que YTV Ad Blocker ?
YTV Ad Blocker est une extension Chrome développée par Frosty, et sa fonction principale est "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YTV Ad Blocker
Téléchargez les fichiers d'extension YTV Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kdcnhloaackdhhgjmnhahjckiimcndcb |
URL Officiel | https://chrome.google.com/webstore/detail/ytv-ad-blocker/kdcnhloaackdhhgjmnhahjckiimcndcb |
Description | Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker |
Taille du Fichier | 22.15 KB |
Nombre d'Installations | 213 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-07-05 |
Date de Publication | 2020-07-05 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | Frosty |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/aaronfrost/youtubetv-adblocker |
URL de la Page d'Aide | https://github.com/aaronfrost/youtubetv-adblocker/issues |
Langues Prises en Charge | 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 } |