YouTube Entertainment Blocker
Transform YouTube into a healthy, educational platform.
Wat is YouTube Entertainment Blocker?
YouTube Entertainment Blocker is een Chrome-extensie ontwikkeld door Thomas Codes, en de belangrijkste functie is "Transform YouTube into a healthy, educational platform.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Entertainment Blocker
Download YouTube Entertainment Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Completely transform YouTube into a more productive, more healthy platform. This extension filters your YouTube feed by checking the categories of the videos on your feed, and keeping only the videos that are under the "useful" categories (Education, Science & Technology, HowTo & Style). If the user attempts to open a video that is not under the previous categories, the user will be redirected backwards. It also blocks YouTube Shorts, the mini-player and the explore page.
Basisinformatie over de Extensie
Naam | YouTube Entertainment Blocker |
ID | ejomhdacjcmfbohjlngmipjlcmfimccj |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-entertainment-blo/ejomhdacjcmfbohjlngmipjlcmfimccj |
Beschrijving | Transform YouTube into a healthy, educational platform. |
Bestandsgrootte | 16.22 KB |
Aantal Installaties | 165 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2023-07-13 |
Publicatiedatum | 2022-03-28 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Thomas Codes |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Entertainment Blocker", "description": "Transform YouTube into a healthy, educational platform.", "permissions": [ "notifications" ], "version": "2.3", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "video_layout.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ " |