Ad Blocker for YouTube
Watch YouTube without any ads!
Apa itu Ad Blocker for YouTube?
Ad Blocker for YouTube adalah ekstensi Chrome yang dikembangkan oleh Peter Pi, dan fitur utamanya adalah "Watch YouTube without any ads!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ad Blocker for YouTube
Unduh file ekstensi Ad Blocker for YouTube 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
IMPORTANT: - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome. With this extension, you can: - Skip ads prior to the actual video content - Blocks any pop-up ads during the video within the frame
Informasi Dasar Ekstensi
Nama | Ad Blocker for YouTube |
ID | gmcmlgfecmkefmkgbbnggmamclbmikbi |
URL Resmi | https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi |
Deskripsi | Watch YouTube without any ads! |
Ukuran File | 23.32 KB |
Jumlah Instalasi | 23,302 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2020-01-30 |
Tanggal Publikasi | 2020-01-25 |
Penilaian | 4.27/5 Total 45 Penilaian |
Pengembang | Peter Pi |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ad Blocker for YouTube", "version": "1.0.6", "description": "Watch YouTube without any ads!", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |