Youtube video and channel blocker
Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
Youtube video and channel blocker là gì?
Youtube video and channel blocker là một tiện ích mở rộng Chrome được phát triển bởi ybeln123, và tính năng chính của nó là "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube video and channel blocker
Tải xuống các tệp mở rộng Youtube video and channel blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension is for Google Chrome only. Operation in other browsers is not guaranteed. Block Youtube videos by full title or partial match.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube video and channel blocker |
ID | olldakipdpmhhpmlapaefnnialmcionp |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp |
Mô tả | Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters |
Kích Thước Tệp | 153 KB |
Số Lần Cài Đặt | 2,017 |
Phiên Bản Hiện Tại | 2.9.4 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2021-09-11 |
Đánh Giá | 4.00/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | ybeln123 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |