Youtube video and channel blocker
Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
Was ist Youtube video and channel blocker?
Youtube video and channel blocker ist eine Chrome-Erweiterung, die von ybeln123 entwickelt wurde, und ihr Hauptmerkmal ist "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters".
Erweiterungsscreenshots
Youtube video and channel blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube video and channel blocker-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 is for Google Chrome only. Operation in other browsers is not guaranteed. Block Youtube videos by full title or partial match.
Grundlegende Informationen zur Erweiterung
Name | Youtube video and channel blocker |
ID | olldakipdpmhhpmlapaefnnialmcionp |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp |
Beschreibung | Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters |
Dateigröße | 153 KB |
Installationsanzahl | 2,017 |
Aktuelle Version | 2.9.4 |
Letztes Update | 2024-03-04 |
Veröffentlichungsdatum | 2021-09-11 |
Bewertung | 4.00/5 Insgesamt 20 Bewertungen |
Entwickler | ybeln123 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |