YouTube Distraction Killer
Remove distracting elements from YouTube's layout
Apa itu YouTube Distraction Killer?
YouTube Distraction Killer adalah ekstensi Chrome yang dikembangkan oleh nizioleque, dan fitur utamanya adalah "Remove distracting elements from YouTube's layout".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Distraction Killer
Unduh file ekstensi YouTube Distraction Killer 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
Do you find yourself watching cute kitten videos instead of educational content all the time? Get rid of all the reccomendations, suggestions, comments and other tempting buttons! Easily choose what is hidden using the options menu! If you experience any issues, please feel free to email me with a bug report.
Informasi Dasar Ekstensi
Nama | YouTube Distraction Killer |
ID | pahjidceabkifggkmokpmlmhoaiflaeh |
URL Resmi | https://chromewebstore.google.com/detail/youtube-distraction-kille/pahjidceabkifggkmokpmlmhoaiflaeh |
Deskripsi | Remove distracting elements from YouTube's layout |
Ukuran File | 28.3 KB |
Jumlah Instalasi | 153 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2022-04-19 |
Tanggal Publikasi | 2022-04-19 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | nizioleque |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.3", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "options\/options.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content\/content.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options\/options.html", "open_in_tab": false } } |