Harambe Lives

A secret reminder to us all, that he's still here.

Co to jest Harambe Lives?

Harambe Lives to rozszerzenie Chrome opracowane przez norton.seanm, a jego główną funkcją jest „A secret reminder to us all, that he's still here.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Harambe Lives

Pobierz pliki rozszerzeń Harambe Lives 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

                        This extension will randomly add Harambe to every page when you mouse over an image.
I recommend installing this on a parents or mates chrome just to mess with them.                    

Podstawowe informacje o rozszerzeniu

Nazwa Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
Oficjalny URL https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
Opis A secret reminder to us all, that he's still here.
Rozmiar pliku 169 KB
Liczba instalacji 0
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-09-06
Data Publikacji 2016-09-05
Deweloper norton.seanm
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe Lives",
    "version": "0.1",
    "description": "A secret reminder to us all, that he's still here.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}