Really Hide YouTube Shorts
A very simple plugin to hide all YouTube Shorts. Created by Zero.
什麼是Really Hide YouTube Shorts?
Really Hide YouTube Shorts是由Zero開發的Chrome擴展程式,該擴展的主要功能是“A very simple plugin to hide all YouTube Shorts. Created by Zero.”。
擴展截圖
下載Really Hide YouTube Shorts擴展crx文件
下載Really Hide YouTube Shorts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions. Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin. Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v
擴展基本資訊
名稱 | Really Hide YouTube Shorts |
ID | kjkiajelmfimihhmiggjjcaibjmlbcpf |
官方網址 | https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf |
簡介 | A very simple plugin to hide all YouTube Shorts. Created by Zero. |
檔案大小 | 188 KB |
安裝次數 | 264 |
目前版本 | 1.0.3 |
更新時間 | 2023-08-23 |
上架時間 | 2023-08-15 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Zero |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Really Hide YouTube Shorts", "manifest_version": 3, "version": "1.0.3", "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.", "permissions": [ "storage", "scripting" ], "content_scripts": [ { "js": [ "assets\/content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_title": "Really Hide YouTube Shorts", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "assets\/hide.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |