YouTube lightweight AdBlock
The best perfomance and lightweight Youtube Ads remove extension
Apa itu YouTube lightweight AdBlock?
YouTube lightweight AdBlock adalah ekstensi Chrome yang dikembangkan oleh Ilya Koz, dan fitur utamanya adalah "The best perfomance and lightweight Youtube Ads remove extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube lightweight AdBlock
Unduh file ekstensi YouTube lightweight AdBlock 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
Removing is-stream videos from youtube.com
Informasi Dasar Ekstensi
Nama | |
ID | iedeabnadclhncepibdpflejlfdnfbkk |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk |
Deskripsi | The best perfomance and lightweight Youtube Ads remove extension |
Ukuran File | 4.36 KB |
Jumlah Instalasi | 107 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-03-17 |
Tanggal Publikasi | 2021-03-17 |
Pengembang | Ilya Koz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube lightweight AdBlock", "version": "1.0", "description": "The best perfomance and lightweight Youtube Ads remove extension", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "youtube.css" ], "js": [ "youtube.js" ] } ], "manifest_version": 2 } |