Block Youtube Annotations

Extension blocks anoying annotations on YouTube.

Hvad er Block Youtube Annotations?

Block Youtube Annotations er en Chrome-udvidelse udviklet af menko, og dens hovedfunktion er "Extension blocks anoying annotations on YouTube.".

Download Block Youtube Annotations-udvidelses-CRX-fil

Download Block Youtube Annotations-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Blocks annotations on youtube                    

Grundlæggende oplysninger om udvidelsen

Navn Block Youtube Annotations Block Youtube Annotations
ID nheehibdemfjglnfflcgfinhciifpkhc
Officiel URL https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc
Beskrivelse Extension blocks anoying annotations on YouTube.
Filstørrelse 238 KB
Antal Installationer 213
Nuværende Version 1.0.1
Senest Opdateret 2015-10-17
Udgivelsesdato 2015-10-17
Bedømmelse 3.50/5 Samlet 8 Bedømmelser
Udvikler menko
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}