NoShorts

NoShorts categorizes your subscribed videos

NoShorts क्या है?

NoShorts noshorts द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NoShorts categorizes your subscribed videos"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        NoShorts adds tabs to the YouTube subscriptions page, putting different types of videos in their own tabs. This makes it easier to browse and view. Avoid too many shorts videos on the subscriptions page.

NoShorts only works on your youtube subscription page. If you don't want to see shorts video recommendations on the YouTube homepage or the other pages, you can try to select the [Not interested] button on the shorts video. Youtube will reduce or no longer recommend shorts videos for you.

- Remove recommended content: https://support.google.com/youtube/answer/6125535                    

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

नाम NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
आधिकारिक URL https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
विवरण NoShorts categorizes your subscribed videos
फ़ाइल का आकार 13.25 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-06-07
प्रकाशन तिथि 2023-02-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर noshorts
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoShorts",
    "version": "1.0.1",
    "description": "NoShorts categorizes your subscribed videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "noshorts.js"
            ]
        }
    ]
}