Youtube popup blocker
People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
Apa itu Youtube popup blocker?
Youtube popup blocker adalah ekstensi Chrome yang dikembangkan oleh Dev Fasil, dan fitur utamanya adalah "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube popup blocker
Unduh file ekstensi Youtube popup 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
People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups. It can be easily turned off again by clicking on the extention button in the top right.
Informasi Dasar Ekstensi
Nama | Youtube popup blocker |
ID | calcepdepicecadfaibokdeheekbihkc |
URL Resmi | https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc |
Deskripsi | People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen… |
Ukuran File | 6.86 KB |
Jumlah Instalasi | 1,403 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2020-09-09 |
Tanggal Publikasi | 2020-08-31 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | Dev Fasil |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube popup blocker", "manifest_version": 2, "version": "2.0", "permissions": [ "https:\/\/www.youtube.com\/*", "tabs", "storage" ], "icons": { "16": "rb_active_16.png", "128": "fyt_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [] } |