YTV Ad Blocker
Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker
Apa itu YTV Ad Blocker?
YTV Ad Blocker adalah ekstensi Chrome yang dikembangkan oleh Frosty, dan fitur utamanya adalah "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YTV Ad Blocker
Unduh file ekstensi YTV Ad Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kdcnhloaackdhhgjmnhahjckiimcndcb |
URL Resmi | https://chrome.google.com/webstore/detail/ytv-ad-blocker/kdcnhloaackdhhgjmnhahjckiimcndcb |
Deskripsi | Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker |
Ukuran File | 22.15 KB |
Jumlah Instalasi | 213 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-07-05 |
Tanggal Publikasi | 2020-07-05 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | Frosty |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/aaronfrost/youtubetv-adblocker |
URL Halaman Bantuan | https://github.com/aaronfrost/youtubetv-adblocker/issues |
Bahasa yang Didukung | 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 } |