Hide Shorts for YouTube
Disable - Block Shorts for Youtube
什麼是Hide Shorts for YouTube?
Hide Shorts for YouTube是由ey2y34開發的Chrome擴展程式,該擴展的主要功能是“Disable - Block Shorts for Youtube”。
擴展截圖
下載Hide Shorts for YouTube擴展crx文件
下載Hide Shorts for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple extension to block YT Shorts
Block YouTube Shorts effortlessly with this simple browser extension. 擴展基本資訊
| 名稱 | |
| ID | pgeleiggmfnpbanhagnpajcfilnkaghj |
| 官方網址 | https://chromewebstore.google.com/detail/hide-shorts-for-youtube/pgeleiggmfnpbanhagnpajcfilnkaghj |
| 簡介 | Disable - Block Shorts for Youtube |
| 檔案大小 | 20.64 KB |
| 安裝次數 | 680 |
| 目前版本 | 1.0.4 |
| 更新時間 | 2023-07-31 |
| 上架時間 | 2020-12-02 |
| 評分 | 4.06/5 共 32 次評分 |
| 開發者 | ey2y34 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://sites.google.com/view/extensions-privacy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hide Shorts for YouTube",
"description": "Disable - Block Shorts for Youtube",
"version": "1.0.4",
"icons": {
"128": "icon.png"
},
"action": {
"default_icon": {
"128": "icon.png"
},
"default_title": "Remove Youtube Shorts"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"main.css"
],
"js": [
"script.js"
],
"run_at": "document_end"
}
]
} | |