Smart YouTube Blocker (Beta)
Block channels and keywords on YouTube and limit their allowed watch time
什麼是Smart YouTube Blocker (Beta)?
Smart YouTube Blocker (Beta)是由Smart Blocker開發的Chrome擴展程式,該擴展的主要功能是“Block channels and keywords on YouTube and limit their allowed watch time”。
擴展截圖
下載Smart YouTube Blocker (Beta)擴展crx文件
下載Smart YouTube Blocker (Beta)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
=== Features === ✓ Custom schedule exactly when certain lists of channels/title keywords should be blocked and their videos not show/be able to be watched on YouTube™ (e.g. permanently 24/7, only on weekdays, only during work hours, etc) ✓ Limit the number of videos you're able to watch from certain channels/keywords per day/per week ✓ Password protection (so you can hide you password or add it to a lockbox on lockbox.pluckeye.net so you don’t give in/change settings in a moment of weakness) ✓ Right click on any video to block the channel ✓ Easily add keywords/channels through clicking on the extension icon in the icon toolbar === Bonus Features === ✓ Option to automatically redirect the homepage of YouTube.com to something more productive (i.e. a productive playlist, search term, etc) ✓ Option to remove endscreen cards and recommended videos Please send any suggestions or issues to our support email. Currently in (advanced) Beta. (Trademark Disclaimer: Please note that this extension is not affiliated with, sponsored by, or endorsed by YouTube or Alphabet Inc. Any trademarks used in connection with YouTube and Alphabet are the property of their respective owners.)
擴展基本資訊
名稱 | Smart YouTube Blocker (Beta) |
ID | dljpdencpenokgdjiemdejjiohjoopaj |
官方網址 | https://chromewebstore.google.com/detail/smart-youtube-blocker-bet/dljpdencpenokgdjiemdejjiohjoopaj |
簡介 | Block channels and keywords on YouTube and limit their allowed watch time |
檔案大小 | 218 KB |
安裝次數 | 303 |
目前版本 | 0.1.29 |
更新時間 | 2023-11-25 |
上架時間 | 2022-05-04 |
評分 | 3.70/5 共 10 次評分 |
開發者 | Smart Blocker |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smart YouTube Blocker (Beta)", "version": "0.1.29", "description": "Block channels and keywords on YouTube and limit their allowed watch time", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "options_page": "ui\/options.html", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "js\/common.js", "js\/content_script.js" ], "all_frames": true } ], "permissions": [ "storage", "tabs", "contextMenus" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "ui\/popup.html" } } |