You No Cards

Hide youtube end cards, which are displayed at the end of youtube videos

You No Cards क्या है?

You No Cards Aniket द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide youtube end cards, which are displayed at the end of youtube videos"।

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

screenshot
screenshot

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

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

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

                        Hide YouTube end cards, which are displayed at the end of YouTube videos with a single click.

Youtube video end cards are custom created templates made clickable with help of Youtube annotations, but these can be really annoying at times, blocking the content of the video you are watching in the end.

Now you can easily disable these, just install this extension and click on the YouNoCards toolbar button to remove those cards.

It remembers your settings, meaning you don't have to re-enable YouNoCards on browser restart.                    

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

नाम You No Cards You No Cards
ID ijjegnfpommcmglgjpifikbhnlbboikl
आधिकारिक URL https://chromewebstore.google.com/detail/you-no-cards/ijjegnfpommcmglgjpifikbhnlbboikl
विवरण Hide youtube end cards, which are displayed at the end of youtube videos
फ़ाइल का आकार 11.71 KB
स्थापना संख्या 4,598
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-06-17
प्रकाशन तिथि 2018-06-17
रेटिंग 4.43/5 कुल 28 रेटिंग्स
डेवलपर Aniket
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You No Cards",
    "version": "1.0.0",
    "description": "Hide youtube end cards, which are displayed at the end of youtube videos",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "You No Cards"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}