Remove Youtube Annotations

Removes annotations from YouTube

Co to jest Remove Youtube Annotations?

Remove Youtube Annotations to rozszerzenie Chrome opracowane przez joelakuhn, a jego główną funkcją jest „Removes annotations from YouTube”.

Pobierz plik CRX rozszerzenia Remove Youtube Annotations

Pobierz pliki rozszerzeń Remove Youtube Annotations w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Removes annotations from YouTube videos.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
Oficjalny URL https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
Opis Removes annotations from YouTube
Rozmiar pliku 8.66 KB
Liczba instalacji 22
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2017-02-13
Data Publikacji 2017-02-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper joelakuhn
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}