WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
유투브 쇼츠 차단기

유투브 쇼츠 차단기

View on Chrome Web Store
View 유투브 쇼츠 차단기 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

유튜브 쇼츠 메뉴를 숨기고, 쇼츠 페이지로의 접근을 메인 페이지로 리디렉션하여 집중을 돕습니다.
Type
Extension
Users
0 users
Seo
View author page of Seo
Published
Published on September 19, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on September 19, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View 유투브 쇼츠 차단기 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\uc720\ud22c\ube0c \uc1fc\uce20 \ucc28\ub2e8\uae30",
    "version": "1.1.0",
    "description": "\uc720\ud29c\ube0c \uc1fc\uce20 \uba54\ub274\ub97c \uc228\uae30\uace0, \uc1fc\uce20 \ud398\uc774\uc9c0\ub85c\uc758 \uc811\uadfc\uc744 \uba54\uc778 \ud398\uc774\uc9c0\ub85c \ub9ac\ub514\ub809\uc158\ud558\uc5ec \uc9d1\uc911\uc744 \ub3d5\uc2b5\ub2c8\ub2e4.",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "\uc1fc\uce20 \ucc28\ub2e8\uae30",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top