Youtube-No-Suggestions
Removes suggested videos from the Youtube interface.
什麼是Youtube-No-Suggestions?
Youtube-No-Suggestions是由msbrown開發的Chrome擴展程式,該擴展的主要功能是“Removes suggested videos from the Youtube interface.”。
下載Youtube-No-Suggestions擴展crx文件
下載Youtube-No-Suggestions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com
擴展基本資訊
名稱 | |
ID | gbppnbcbbicnmdeapmagkaophailaeij |
官方網址 | https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij |
簡介 | Removes suggested videos from the Youtube interface. |
檔案大小 | 3.15 KB |
安裝次數 | 25 |
目前版本 | 1.0 |
更新時間 | 2017-05-29 |
上架時間 | 2017-05-28 |
開發者 | msbrown |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/mbrown1413/Youtube-No-Suggest |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Removes suggested videos from the Youtube interface.", "manifest_version": 2, "name": "Youtube-No-Suggestions", "version": "1.0", "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "remove_suggestions.css" ] } ] } |