Youtube's Annotations No More

Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…

Youtube's Annotations No More क्या है?

Youtube's Annotations No More Daniel Kladnik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…"।

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

screenshot
screenshot

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

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

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

                        Disable Youtube's annotations. That's it :)

Support the development, please:
PayPal: https://www.paypal.me/kiboke
Flattr: https://flattr.com/@kiboke                    

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

नाम Youtube's Annotations No More Youtube's Annotations No More
ID fajnlldimiiipghabjgnbdidcnkghkgn
आधिकारिक URL https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn
विवरण Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
फ़ाइल का आकार 22.52 KB
स्थापना संख्या 3,436
वर्तमान संस्करण 0.7
अंतिम अपडेट 2019-12-12
प्रकाशन तिथि 2019-12-12
रेटिंग 4.38/5 कुल 29 रेटिंग्स
डेवलपर Daniel Kladnik
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.kiboke-studio.hr/browser-extensions/
सहायता पृष्ठ URL https://www.kiboke-studio.hr/browser-extensions/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube's Annotations No More",
    "short_name": "Disable Youtube's annotations.",
    "version": "0.7",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik @ kiboke studio",
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "scripts": [
            "data\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "data\/style.css"
            ]
        }
    ]
}