Youtube's Annotations No More

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

What is Youtube's Annotations No More?

Youtube's Annotations No More is a Chrome extension developed by Daniel Kladnik, and its main feature is "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".

Extension Screenshots

screenshot
screenshot

Download Youtube's Annotations No More Extension CRX File

Download Youtube's Annotations No More extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Youtube's Annotations No More Youtube's Annotations No More
ID fajnlldimiiipghabjgnbdidcnkghkgn
Official URL https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn
Description Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
File Size 22.52 KB
Installation Count 3,436
Current Version 0.7
Last Updated 2019-12-12
Publish Date 2019-12-12
Rating 4.38/5 Total 29 Ratings
Developer Daniel Kladnik
Email [email protected]
Payment Type free
Extension Website https://www.kiboke-studio.hr/browser-extensions/
Help Page URL https://www.kiboke-studio.hr/browser-extensions/
Supported Languages 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"
            ]
        }
    ]
}