Remove Youtube Annotations

Removes annotations from YouTube

Was ist Remove Youtube Annotations?

Remove Youtube Annotations ist eine Chrome-Erweiterung, die von joelakuhn entwickelt wurde, und ihr Hauptmerkmal ist "Removes annotations from YouTube".

Remove Youtube Annotations-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove 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

                        Removes annotations from YouTube videos.                    

Grundlegende Informationen zur Erweiterung

Name Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
Offizielle URL https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
Beschreibung Removes annotations from YouTube
Dateigröße 8.66 KB
Installationsanzahl 22
Aktuelle Version 1.0.0
Letztes Update 2017-02-13
Veröffentlichungsdatum 2017-02-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler joelakuhn
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Youtube Annotations",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Removes annotations from YouTube",
    "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}