YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
什麼是YouTube Shorts Remover?
YouTube Shorts Remover是由Laith Alayassa開發的Chrome擴展程式,該擴展的主要功能是“A lightweight extension that removes the youtube shorts button on the sidebar.”。
擴展截圖
下載YouTube Shorts Remover擴展crx文件
下載YouTube Shorts Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
擴展基本資訊
名稱 | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
官方網址 | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
簡介 | A lightweight extension that removes the youtube shorts button on the sidebar. |
檔案大小 | 8.4 KB |
安裝次數 | 934 |
目前版本 | 0.0.3 |
更新時間 | 2023-11-21 |
上架時間 | 2022-07-27 |
評分 | 3.33/5 共 3 次評分 |
開發者 | Laith Alayassa |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |