YouTube Recommendation Blocker
[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
什麼是YouTube Recommendation Blocker?
YouTube Recommendation Blocker是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section”。
擴展截圖
下載YouTube Recommendation Blocker擴展crx文件
下載YouTube Recommendation Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is a super light weight YouTube recommendations and comments blocker. Stability not guaranteed! Video recommendations on the front page and on the side of the player will be hidden, as well as the comments section. It hides the content rather than outright removing it, ensuring that nothing breaks in the site's internal workings. The extension will only request permissions for YouTube, and has no background scripts. Yo @graphic designers please fix my graphics make a pull request on the git repo The Github repo is here: https://github.com/Fishy-Fishes/yt-blocker
擴展基本資訊
名稱 | YouTube Recommendation Blocker |
ID | aklbieaecfoidlgjmiipikpgmhbcjoja |
官方網址 | https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja |
簡介 | [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section |
檔案大小 | 3.56 KB |
安裝次數 | 1,412 |
目前版本 | 2.1 |
更新時間 | 2021-10-18 |
上架時間 | 2021-10-18 |
評分 | 4.75/5 共 4 次評分 |
開發者 | Unknown |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Fishy-Fishes/yt-blocker |
說明頁面URL | https://github.com/Fishy-Fishes/yt-blocker |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Recommendation Blocker", "description": "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section", "version": "2.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "injection.js" ], "run_at": "document_start" } ] } |