Distraction Free YouTube

YouTube with less distraction!

Apa itu Distraction Free YouTube?

Distraction Free YouTube adalah ekstensi Chrome yang dikembangkan oleh developer.4af2c, dan fitur utamanya adalah "YouTube with less distraction!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Distraction Free YouTube

Unduh file ekstensi Distraction Free YouTube 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 blocks the home page, explore page, side bar, end screen video tile, and YouTube Shorts.

the project is open source: https://github.com/dwssv/distraction-free-youtube                    

Informasi Dasar Ekstensi

Nama Distraction Free YouTube Distraction Free YouTube
ID cjfomfbgjppmmipmjdfpcjlilpjbahli
URL Resmi https://chromewebstore.google.com/detail/distraction-free-youtube/cjfomfbgjppmmipmjdfpcjlilpjbahli
Deskripsi YouTube with less distraction!
Ukuran File 484 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-05-14
Tanggal Publikasi 2022-03-27
Penilaian 5.00/5 Total 2 Penilaian
Pengembang developer.4af2c
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Distraction Free YouTube",
    "description": "YouTube with less distraction!",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}