Youtube video and channel blocker
Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
Qu'est-ce que Youtube video and channel blocker ?
Youtube video and channel blocker est une extension Chrome développée par ybeln123, et sa fonction principale est "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube video and channel blocker
Téléchargez les fichiers d'extension Youtube video and channel blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is for Google Chrome only. Operation in other browsers is not guaranteed. Block Youtube videos by full title or partial match.
Informations de Base sur l'Extension
Nom | Youtube video and channel blocker |
ID | olldakipdpmhhpmlapaefnnialmcionp |
URL Officiel | https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp |
Description | Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters |
Taille du Fichier | 153 KB |
Nombre d'Installations | 2,017 |
Version Actuelle | 2.9.4 |
Dernière Mise à Jour | 2024-03-04 |
Date de Publication | 2021-09-11 |
Évaluation | 4.00/5 Total 20 Évaluations |
Développeur | ybeln123 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |