ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

什麼是ShortsBlocker - Remove Shorts from YouTube?

ShortsBlocker - Remove Shorts from YouTube是由SageMod開發的Chrome擴展程式,該擴展的主要功能是“Remove Shorts videos from Youtube”。

擴展截圖

screenshot
screenshot
screenshot

下載ShortsBlocker - Remove Shorts from YouTube擴展crx文件

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

擴展使用說明

                        Remove All Shorts Videos from YouTube.

This extension removes all the shorts videos from the YouTube homepage, tabs, search, explore and also subscriptions.

# Update 1.5.0 - August 19, 2023
- Optimized the algorithm that detects and removes YouTube Shorts from feeds to work faster. This should result in Shorts being removed more quickly after being identified.
- Refactored the core code to improve overall performance and reduce memory usage.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

擴展基本資訊

名稱 ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
官方網址 https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
簡介 Remove Shorts videos from Youtube
檔案大小 413 KB
安裝次數 34,422
目前版本 1.5.0
更新時間 2023-08-21
上架時間 2022-08-16
評分 4.60/5 共 176 次評分
開發者 SageMod
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ravensmove.com/shortsblocker/
說明頁面URL https://twitter.com/RavensMove
隱私政策頁面URL https://ravensmove.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShortsBlocker - Remove Shorts from YouTube",
    "description": "Remove Shorts videos from Youtube",
    "version": "1.5.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "ShortsBlocker - Remove Shorts from YouTube",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}