Remove Youtube Annotations

Removes annotations from YouTube

Qu'est-ce que Remove Youtube Annotations ?

Remove Youtube Annotations est une extension Chrome développée par joelakuhn, et sa fonction principale est "Removes annotations from YouTube".

Télécharger le fichier CRX de l'extension Remove Youtube Annotations

Téléchargez les fichiers d'extension Remove Youtube Annotations au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Removes annotations from YouTube videos.                    

Informations de Base sur l'Extension

Nom Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
URL Officiel https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
Description Removes annotations from YouTube
Taille du Fichier 8.66 KB
Nombre d'Installations 22
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-02-13
Date de Publication 2017-02-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur joelakuhn
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}