YouTube Ad Blocker
Automatically blocks advertisement of YouTube Videos
Apa itu YouTube Ad Blocker?
YouTube Ad Blocker adalah ekstensi Chrome yang dikembangkan oleh hiatamaworkshop, dan fitur utamanya adalah "Automatically blocks advertisement of YouTube Videos".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Ad Blocker
Unduh file ekstensi YouTube 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
The extension functions as "Auto Clicker", it will click on 【Close / Skip Buttons】of the YouTube videos. It will work for some time, just a silly small function.
Informasi Dasar Ekstensi
Nama | YouTube Ad Blocker |
ID | lnnfiihdkikdognbnlbnfajpeccdohka |
URL Resmi | https://chromewebstore.google.com/detail/youtube-ad-blocker/lnnfiihdkikdognbnlbnfajpeccdohka |
Deskripsi | Automatically blocks advertisement of YouTube Videos |
Ukuran File | 62.03 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2021-02-18 |
Tanggal Publikasi | 2021-02-17 |
Pengembang | hiatamaworkshop |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://hiatamaworkshop.com/main.html |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Ad Blocker", "version": "0.1.1", "manifest_version": 2, "description": "Automatically blocks advertisement of YouTube Videos", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "youtube_adBlock.html", "default_icon": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "content.js", "inject.js" ], "permissions": [ "storage" ] } |