YouTube Distraction Free Mode
Video only displays with a black background
Apa itu YouTube Distraction Free Mode?
YouTube Distraction Free Mode adalah ekstensi Chrome yang dikembangkan oleh dan.burke.software.engineer, dan fitur utamanya adalah "Video only displays with a black background".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Distraction Free Mode
Unduh file ekstensi YouTube Distraction Free Mode 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
Chrome extension button removes everything except the youtube video being watched. Enjoy the distraction free video viewing.
Informasi Dasar Ekstensi
Nama | |
ID | fndkdnncakdblphkfbbfaljjimbojppc |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-distraction-free/fndkdnncakdblphkfbbfaljjimbojppc |
Deskripsi | Video only displays with a black background |
Ukuran File | 5.36 KB |
Jumlah Instalasi | 117 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-01-15 |
Tanggal Publikasi | 2017-01-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | dan.burke.software.engineer |
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 Free Mode", "description": "Video only displays with a black background", "version": "1.0", "browser_action": { "default_title": "YouTubeDistractionFree", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "popup.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |