Video Blocker
Block YouTube videos from any channel you want.
Video Blockerคืออะไร?
Video Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lemonrice และคุณลักษณะหลักของมันคือ "Block YouTube videos from any channel you want."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Video Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Video Blocker allows you to hide videos from channels that you don't like. You can specify these channels by right-clicking on a link to a video on YouTube or by adding them manually via the options page. You can also hide videos from multiple channels at once, by using a wildcard or adding regular expressions. Blocking videos with certain keywords in their title is also possible! Comments will also be blocked the same way as channels. For more information on how to do this exactly, please visit the help section at the settings after installing this extension. Every item you add to your block-list can now also be protected with a password! If you find any bugs or have any other problems with this extension, please notify me via the support option on the details-tab on this page. It is very difficult to help you out if you report a problem via the comments, since there is no way for me to respond to you. Good luck and happy video blocking! This extension is also available for other browsers! Mozilla Firefox: https://addons.mozilla.org/firefox/addon/video-blocker/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jknkjnpcbbgcbdbaampbjlhkcghmgfhk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/video-blocker/jknkjnpcbbgcbdbaampbjlhkcghmgfhk |
คำอธิบาย | Block YouTube videos from any channel you want. |
ขนาดไฟล์ | 206 KB |
จำนวนการติดตั้ง | 200,000 |
เวอร์ชันปัจจุบัน | 6.3 |
อัปเดตครั้งล่าสุด | 2018-09-11 |
วันที่เผยแพร่ | 2018-09-11 |
คะแนน | 3.31/5 รวมทั้งหมด 3380 คะแนน |
ผู้พัฒนา | Lemonrice |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "version": "6.3", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "\/images\/icons\/icon16.png", "19": "\/images\/icons\/icon19.png", "32": "\/images\/icons\/icon32.png", "38": "\/images\/icons\/icon38.png", "48": "\/images\/icons\/icon48.png", "64": "\/images\/icons\/icon64.png", "128": "\/images\/icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "\/images\/icons\/icon19.png", "38": "\/images\/icons\/icon38.png" }, "default_title": "__MSG_pageaction_title__", "default_popup": "\/views\/PageAction.html" }, "author": "Lemonrice", "background": { "scripts": [ "\/scripts\/background.build.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "\/scripts\/contentScript.build.js" ], "css": [ "\/styles\/contentscript.css" ], "run_at": "document_start" } ], "options_ui": { "page": "\/views\/Options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "storage", "activeTab" ], "short_name": "__MSG_extension_short_name__", "web_accessible_resources": [] } |