YT End Cards Hider

YT End Cards Hider

YT End Cards Hider क्या है?

YT End Cards Hider Ayudh Kumar Gupta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YT End Cards Hider"।

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

screenshot
screenshot
screenshot

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

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

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

                        Hide annoying End Cards from YouTube videos. Remove suggested videos that show up as thumbnails at the end of a YouTube video with this simple extension.                    

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

नाम YT End Cards Hider YT End Cards Hider
ID jokabnhdpdjkpncammcloeagdnnooima
आधिकारिक URL https://chromewebstore.google.com/detail/yt-end-cards-hider/jokabnhdpdjkpncammcloeagdnnooima
विवरण YT End Cards Hider
फ़ाइल का आकार 12.68 KB
स्थापना संख्या 1,100
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-05-07
प्रकाशन तिथि 2020-05-07
रेटिंग 4.73/5 कुल 15 रेटिंग्स
डेवलपर Ayudh Kumar Gupta
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT End Cards Hider",
    "version": "1.0",
    "description": "YT End Cards Hider",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}