YouTube Distraction Remover
Remove the feed and sidebar on YouTube to free up your time
什麼是YouTube Distraction Remover?
YouTube Distraction Remover是由Will S開發的Chrome擴展程式,該擴展的主要功能是“Remove the feed and sidebar on YouTube to free up your time”。
擴展截圖
下載YouTube Distraction Remover擴展crx文件
下載YouTube Distraction Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | YouTube Distraction Remover |
ID | neabcchaoiabjmjmnaljajpjoinhpkln |
官方網址 | https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln |
簡介 | Remove the feed and sidebar on YouTube to free up your time |
檔案大小 | 44.21 KB |
安裝次數 | 706 |
目前版本 | 0.2 |
更新時間 | 2016-10-14 |
上架時間 | 2016-10-14 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Will S |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Distraction Remover", "description": "Remove the feed and sidebar on YouTube to free up your time", "version": "0.2", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "run_at": "document_start", "js": [ "jquery-3.1.0.min.js", "content.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } } } |