Youtube shorts blocker

Block annoying Youtube Shorts. Play shorts as it was simple video in default player

Youtube shorts blocker क्या है?

Youtube shorts blocker 🙅‍♂️Shorts ▶️ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block annoying Youtube Shorts. Play shorts as it was simple video in default player"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube shorts blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Transform your YouTube experience with the powerful Hide YouTube Shorts browser extension, designed to seamlessly block and manage YouTube content. 🚀

With Hide YouTube Shorts, you have the ability to:

• Remove YouTube Shorts visibility from Home, Trending, and Subscription feeds for a cleaner feed. 🧹
• YouTube Shorts blocker from appearing in Recommended, Search results, and Notifications, reducing unwanted distractions. 🚫
• Deactivate the Shorts tab and Shorts videos on Channel pages to maintain a focused viewing experience. 📺
• Block Lives and Premieres on Home and Subscription pages, tailoring your content to your preferences. 🚷
• Harness the flexibility of a custom block list, enabling you to selectively block content from specific channels. 📛
• Automatically convert Shorts videos into a regular format, ensuring a seamless transition within your browsing experience. 🔄

Explore the extensive features of Hide YouTube Shorts, offering customizable options that empower you to decide precisely when and where Shorts videos are displayed. ⚙️

This versatile extension isn't confined to desktop use; it seamlessly integrates with the mobile browser version of YouTube when utilized with Kiwi Browser or another compatible browser. Embrace full control over your YouTube content with the comprehensive capabilities of Hide YouTube Shorts! 🌐✨                    

एक्सटेंशन की मूल जानकारी

नाम Youtube shorts blocker Youtube shorts blocker
ID iiohlajanokhbaimiclmahallbcifcdj
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-shorts-blocker/iiohlajanokhbaimiclmahallbcifcdj
विवरण Block annoying Youtube Shorts. Play shorts as it was simple video in default player
फ़ाइल का आकार 59.41 KB
स्थापना संख्या 60,000
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2024-01-23
प्रकाशन तिथि 2024-01-20
रेटिंग 4.88/5 कुल 77 रेटिंग्स
डेवलपर 🙅‍♂️Shorts ▶️
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,iw,fa,hi,bn,gu,te,kn-IN,th,am-ET,ar,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.1.2",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "32": "defaultIcons\/icon32.png",
        "64": "defaultIcons\/icon64.png",
        "128": "defaultIcons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "32": "defaultIcons\/icon32.png",
            "64": "defaultIcons\/icon64.png",
            "128": "defaultIcons\/icon128.png"
        },
        "default_title": "Youtube-shorts block",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}