Zen YouTube: Distraction free youtube
Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Was ist Zen YouTube: Distraction free youtube?
Zen YouTube: Distraction free youtube ist eine Chrome-Erweiterung, die von Vishnu Gt entwickelt wurde, und ihr Hauptmerkmal ist "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".
Erweiterungsscreenshots
Zen YouTube: Distraction free youtube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zen YouTube: Distraction free youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Zen YouTube: Distraction free youtube |
ID | ibcpcdiajmfmkieocebkoiofgdbbecel |
Offizielle URL | https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel |
Beschreibung | Removes feed and recommendations from YouTube so that you can have a distraction free focused session |
Dateigröße | 10.31 KB |
Installationsanzahl | 6,000 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2022-02-09 |
Veröffentlichungsdatum | 2021-10-24 |
Bewertung | 5.00/5 Insgesamt 21 Bewertungen |
Entwickler | Vishnu Gt |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/vishnugt/Zen-Youtube |
Hilfeseite URL | https://github.com/vishnugt/Zen-Youtube |
Unterstützte Sprachen | 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 } ] } |