Zen YouTube: Distraction free youtube

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

Hvad er Zen YouTube: Distraction free youtube?

Zen YouTube: Distraction free youtube er en Chrome-udvidelse udviklet af Vishnu Gt, og dens hovedfunktion er "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Zen YouTube: Distraction free youtube-udvidelses-CRX-fil

Download Zen YouTube: Distraction free youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
Officiel URL https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
Beskrivelse Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Filstørrelse 10.31 KB
Antal Installationer 6,000
Nuværende Version 2.0.0
Senest Opdateret 2022-02-09
Udgivelsesdato 2021-10-24
Bedømmelse 5.00/5 Samlet 21 Bedømmelser
Udvikler Vishnu Gt
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/vishnugt/Zen-Youtube
Hjælpeside-URL https://github.com/vishnugt/Zen-Youtube
Understøttede Sprog 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
        }
    ]
}