Youtube video and channel blocker
Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
Apa itu Youtube video and channel blocker?
Youtube video and channel blocker adalah ekstensi Chrome yang dikembangkan oleh ybeln123, dan fitur utamanya adalah "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube video and channel blocker
Unduh file ekstensi Youtube video and channel 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
This extension is for Google Chrome only. Operation in other browsers is not guaranteed. Block Youtube videos by full title or partial match.
Informasi Dasar Ekstensi
Nama | Youtube video and channel blocker |
ID | olldakipdpmhhpmlapaefnnialmcionp |
URL Resmi | https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp |
Deskripsi | Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters |
Ukuran File | 153 KB |
Jumlah Instalasi | 2,017 |
Versi Saat Ini | 2.9.4 |
Terakhir Diperbarui | 2024-03-04 |
Tanggal Publikasi | 2021-09-11 |
Penilaian | 4.00/5 Total 20 Penilaian |
Pengembang | ybeln123 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | ms,de,en,en-US,fr,no,vi,tr,et,es,hr,it,lv,pl,pt-PT,ro,fi,sv,cs,sr,bg,ru,uk,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.9.4", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/sms-one.ru\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "favicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "constants.js", "func.js", "jquery.js", "lang.js", "elements.js", "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "ban.png" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/sms-one.ru\/*" ] } ], "manifest_version": 3 } |