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?
Youtube video and channel blocker是由ybeln123開發的Chrome擴展程式,該擴展的主要功能是“Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters”。
擴展截圖
下載Youtube video and channel blocker擴展crx文件
下載Youtube video and channel blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is for Google Chrome only. Operation in other browsers is not guaranteed.
Block Youtube videos by full title or partial match. 擴展基本資訊
| 名稱 | |
| ID | olldakipdpmhhpmlapaefnnialmcionp |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp |
| 簡介 | Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters |
| 檔案大小 | 153 KB |
| 安裝次數 | 2,017 |
| 目前版本 | 2.9.4 |
| 更新時間 | 2024-03-04 |
| 上架時間 | 2021-09-11 |
| 評分 | 4.00/5 共 20 次評分 |
| 開發者 | ybeln123 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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
} | |