Zen YouTube: Distraction free youtube

Removes feed and recommendations from YouTube so that you can have a distraction free focused session

Apa itu Zen YouTube: Distraction free youtube?

Zen YouTube: Distraction free youtube adalah ekstensi Chrome yang dikembangkan oleh Vishnu Gt, dan fitur utamanya adalah "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Zen YouTube: Distraction free youtube

Unduh file ekstensi Zen YouTube: 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 helps you have a distraction free YouTube session by removing the recommendations and your home page feed so that you don't end up watching YouTube for hours.

Github Link: https://github.com/vishnugt/Zen-Youtube                    

Informasi Dasar Ekstensi

Nama Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
URL Resmi https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
Deskripsi Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Ukuran File 10.31 KB
Jumlah Instalasi 6,000
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2022-02-09
Tanggal Publikasi 2021-10-24
Penilaian 5.00/5 Total 21 Penilaian
Pengembang Vishnu Gt
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/vishnugt/Zen-Youtube
URL Halaman Bantuan https://github.com/vishnugt/Zen-Youtube
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen YouTube: Distraction free youtube",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Removes feed and recommendations from YouTube so that you can have a distraction free focused session",
    "homepage_url": "https:\/\/github.com\/vishnugt\/Zen-Youtube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}