Youtube video and channel blocker
Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
Wat is Youtube video and channel blocker?
Youtube video and channel blocker is een Chrome-extensie ontwikkeld door ybeln123, en de belangrijkste functie is "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube video and channel blocker
Download Youtube video and channel 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
This extension is for Google Chrome only. Operation in other browsers is not guaranteed. Block Youtube videos by full title or partial match.
Basisinformatie over de Extensie
Naam | Youtube video and channel blocker |
ID | olldakipdpmhhpmlapaefnnialmcionp |
Officiële URL | https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp |
Beschrijving | Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters |
Bestandsgrootte | 153 KB |
Aantal Installaties | 2,017 |
Huidige Versie | 2.9.4 |
Laatst Bijgewerkt | 2024-03-04 |
Publicatiedatum | 2021-09-11 |
Beoordeling | 4.00/5 Totaal 20 Beoordelingen |
Ontwikkelaar | ybeln123 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ms,de,en,en-US,fr,no,vi,tr,et,es,hr,it,lv,pl,pt-PT,ro,fi,sv,cs,sr,bg,ru,uk,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.9.4", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/sms-one.ru\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "favicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "constants.js", "func.js", "jquery.js", "lang.js", "elements.js", "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "ban.png" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/sms-one.ru\/*" ] } ], "manifest_version": 3 } |