Remove Youtube Annotations

Removes annotations from YouTube

Wat is Remove Youtube Annotations?

Remove Youtube Annotations is een Chrome-extensie ontwikkeld door joelakuhn, en de belangrijkste functie is "Removes annotations from YouTube".

Download het CRX-bestand van de extensie Remove Youtube Annotations

Download Remove Youtube Annotations-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Removes annotations from YouTube videos.                    

Basisinformatie over de Extensie

Naam Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
Officiële URL https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
Beschrijving Removes annotations from YouTube
Bestandsgrootte 8.66 KB
Aantal Installaties 22
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-02-13
Publicatiedatum 2017-02-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar joelakuhn
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}