Zen YouTube: Distraction free youtube

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

Co je Zen YouTube: Distraction free youtube?

Zen YouTube: Distraction free youtube je rozšíření Chrome vyvinuté Vishnu Gt, a jeho hlavní funkcí je „Removes feed and recommendations from YouTube so that you can have a distraction free focused session“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Zen YouTube: Distraction free youtube

Stáhněte si soubory rozšíření Zen YouTube: Distraction free youtube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
Oficiální URL https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
Popis Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Velikost souboru 10.31 KB
Počet instalací 6,000
Aktuální Verze 2.0.0
Poslední Aktualizace 2022-02-09
Datum Vydání 2021-10-24
Hodnocení 5.00/5 Celkem 21 Hodnocení
Vývojář Vishnu Gt
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/vishnugt/Zen-Youtube
URL Stránky Nápovědy https://github.com/vishnugt/Zen-Youtube
Podporované Jazyky 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
        }
    ]
}