Block Youtube Annotations

Extension blocks anoying annotations on YouTube.

What is Block Youtube Annotations?

Block Youtube Annotations is a Chrome extension developed by menko, and its main feature is "Extension blocks anoying annotations on YouTube.".

Download Block Youtube Annotations Extension CRX File

Download Block Youtube Annotations 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

                        Blocks annotations on youtube                    

Extension Basic Information

Name Block Youtube Annotations Block Youtube Annotations
ID nheehibdemfjglnfflcgfinhciifpkhc
Official URL https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc
Description Extension blocks anoying annotations on YouTube.
File Size 238 KB
Installation Count 213
Current Version 1.0.1
Last Updated 2015-10-17
Publish Date 2015-10-17
Rating 3.50/5 Total 8 Ratings
Developer menko
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "initialize-content.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*",
                "http:\/\/youtube.com\/*"
            ]
        }
    ],
    "description": "Extension blocks anoying annotations on YouTube.",
    "manifest_version": 2,
    "name": "Block Youtube Annotations",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        "inject\/*.js"
    ]
}