YouTube Distraction Remover
Remove the feed and sidebar on YouTube to free up your time
Apa itu YouTube Distraction Remover?
YouTube Distraction Remover adalah ekstensi Chrome yang dikembangkan oleh Will S, dan fitur utamanya adalah "Remove the feed and sidebar on YouTube to free up your time".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Distraction Remover
Unduh file ekstensi YouTube Distraction Remover 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
Informasi Dasar Ekstensi
Nama | YouTube Distraction Remover |
ID | neabcchaoiabjmjmnaljajpjoinhpkln |
URL Resmi | https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln |
Deskripsi | Remove the feed and sidebar on YouTube to free up your time |
Ukuran File | 44.21 KB |
Jumlah Instalasi | 706 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2016-10-14 |
Tanggal Publikasi | 2016-10-14 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Will S |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Distraction Remover", "description": "Remove the feed and sidebar on YouTube to free up your time", "version": "0.2", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "run_at": "document_start", "js": [ "jquery-3.1.0.min.js", "content.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } } } |