YouTube Focus Mode

Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.

Apa itu YouTube Focus Mode?

YouTube Focus Mode adalah ekstensi Chrome yang dikembangkan oleh annaazzam, dan fitur utamanya adalah "Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Focus Mode

Unduh file ekstensi YouTube Focus 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

                        Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.                    

Informasi Dasar Ekstensi

Nama YouTube Focus Mode YouTube Focus Mode
ID aiickpjplakbajmoglephfflijahgblj
URL Resmi https://chromewebstore.google.com/detail/youtube-focus-mode/aiickpjplakbajmoglephfflijahgblj
Deskripsi Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.
Ukuran File 8.73 KB
Jumlah Instalasi 617
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-28
Tanggal Publikasi 2020-06-27
Penilaian 4.95/5 Total 21 Penilaian
Pengembang annaazzam
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Focus Mode",
    "description": "",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}