Remove Youtube Annotations

Removes annotations from YouTube

Vad är Remove Youtube Annotations?

Remove Youtube Annotations är en Chrome-tillägg utvecklad av joelakuhn, och dess huvudfunktion är "Removes annotations from YouTube".

Ladda ner Remove Youtube Annotations-förlängningens CRX-fil

Ladda ner Remove Youtube Annotations-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Removes annotations from YouTube videos.                    

Grundläggande Information om Tillägg

Namn Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
Officiell webbadress https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
Beskrivning Removes annotations from YouTube
Filstorlek 8.66 KB
Antal Installationer 22
Aktuell Version 1.0.0
Senast Uppdaterad 2017-02-13
Publiceringsdatum 2017-02-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare joelakuhn
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}