No YouTube Shorts

Hides YouTube Shorts and redirects you to the home page if you open a shorts video

什麼是No YouTube Shorts?

No YouTube Shorts是由Diefenbaker Bell開發的Chrome擴展程式,該擴展的主要功能是“Hides YouTube Shorts and redirects you to the home page if you open a shorts video”。

擴展截圖

screenshot

下載No YouTube Shorts擴展crx文件

下載No YouTube Shorts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This will hide the navigation button to Shorts, hide the video thumbnails for any Shorts, and redirect you to a page of your choice if you accidentally end up on a Shorts video.

Each of these can be individually disabled by clicking the No YouTube Shorts extension icon in the top-right of Google Chrome, and there is also a button to disable the extension for one hour.

Feature requests: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Aenhancement

Bug reports: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Abug                    

擴展基本資訊

名稱 No YouTube Shorts No YouTube Shorts
ID cankncniogidmgifjpmaooockgomfmmn
官方網址 https://chromewebstore.google.com/detail/no-youtube-shorts/cankncniogidmgifjpmaooockgomfmmn
簡介 Hides YouTube Shorts and redirects you to the home page if you open a shorts video
檔案大小 1.77 MB
安裝次數 363
目前版本 1.0.0
更新時間 2022-04-08
上架時間 2022-04-07
評分 2.71/5 共 7 次評分
開發者 Diefenbaker Bell
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/DiefBell/No-Youtube-Shorts-Extension/tree/main
說明頁面URL https://github.com/DiefBell/No-Youtube-Shorts-Extension/issues
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No YouTube Shorts",
    "description": "Hides YouTube Shorts and redirects you to the home page if you open a shorts video",
    "version": "1.0.0",
    "icons": {
        "16": "\/icon\/no-yt-shorts-16.png",
        "32": "\/icon\/no-yt-shorts-32.png",
        "48": "\/icon\/no-yt-shorts-48.png",
        "128": "\/icon\/no-yt-shorts-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_title": "YT No Shorts",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icon\/no-yt-shorts-16.png",
            "32": "\/icon\/no-yt-shorts-32.png",
            "48": "\/icon\/no-yt-shorts-48.png",
            "128": "\/icon\/no-yt-shorts-128.png"
        }
    }
}