Block Youtube Annotations

Extension blocks anoying annotations on YouTube.

Was ist Block Youtube Annotations?

Block Youtube Annotations ist eine Chrome-Erweiterung, die von menko entwickelt wurde, und ihr Hauptmerkmal ist "Extension blocks anoying annotations on YouTube.".

Block Youtube Annotations-Erweiterungs-CRX-Datei herunterladen

Laden Sie Block Youtube Annotations-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Blocks annotations on youtube                    

Grundlegende Informationen zur Erweiterung

Name Block Youtube Annotations Block Youtube Annotations
ID nheehibdemfjglnfflcgfinhciifpkhc
Offizielle URL https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc
Beschreibung Extension blocks anoying annotations on YouTube.
Dateigröße 238 KB
Installationsanzahl 213
Aktuelle Version 1.0.1
Letztes Update 2015-10-17
Veröffentlichungsdatum 2015-10-17
Bewertung 3.50/5 Insgesamt 8 Bewertungen
Entwickler menko
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}