Remove Youtube Shorts

Removes YouTube shorts and prevents you from wasting your precious time.

Remove Youtube Shorts क्या है?

Remove Youtube Shorts ArkTech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes YouTube shorts and prevents you from wasting your precious time."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension completely removes YouTube Shorts as if they were never there. You will no longer see any Shorts videos in your YouTube feed, search results, or recommended videos. You can browse YouTube with peace of mind, knowing that you won't be distracted by these short-form videos.

The extension can help reduce the number of short videos that may potentially distract the user and cause their mind to switch focus frequently. This can result in a more focused and attentive mindset, as the user is not being continuously stimulated by short videos that can interrupt their concentration. By removing this distraction, the user may be able to increase their attention span and focus on other tasks or longer-form content.                    

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

नाम Remove Youtube Shorts Remove Youtube Shorts
ID mgngbgbhliflggkamjnpdmegbkidiapm
आधिकारिक URL https://chromewebstore.google.com/detail/remove-youtube-shorts/mgngbgbhliflggkamjnpdmegbkidiapm
विवरण Removes YouTube shorts and prevents you from wasting your precious time.
फ़ाइल का आकार 21.41 KB
स्थापना संख्या 709
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2024-01-20
प्रकाशन तिथि 2023-04-26
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर ArkTech
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Youtube Shorts",
    "version": "1.0.0",
    "description": "Removes YouTube shorts and prevents you from wasting your precious time.",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "\/assets\/logo128.png"
    },
    "action": {
        "default_icon": {
            "128": "\/assets\/logo128.png"
        },
        "default_popup": "interface_html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}