YouTube Minimizer
Hides suggestion bar and disables autoplay.
什麼是YouTube Minimizer?
YouTube Minimizer是由cmbartschat開發的Chrome擴展程式,該擴展的主要功能是“Hides suggestion bar and disables autoplay.”。
擴展截圖
下載YouTube Minimizer擴展crx文件
下載YouTube Minimizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Completely hides all videos marked as watched on the subscription list and tile views. Also reduces the sidebar to the single autoplay option, removing all other related and recommended videos.
擴展基本資訊
名稱 | |
ID | igjfhbgmolfphjejknbmpipjiljddmic |
官方網址 | https://chromewebstore.google.com/detail/youtube-minimizer/igjfhbgmolfphjejknbmpipjiljddmic |
簡介 | Hides suggestion bar and disables autoplay. |
檔案大小 | 5.27 KB |
安裝次數 | 300 |
目前版本 | 1.4 |
更新時間 | 2016-11-13 |
上架時間 | 2016-11-12 |
評分 | 4.00/5 共 4 次評分 |
開發者 | cmbartschat |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Minimizer", "short_name": "YouTube Minimizer", "version": "1.4", "description": "Hides suggestion bar and disables autoplay.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "css": [ "hide.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions*" ], "js": [ "hidequick.js" ] } ] } |