Harambe

Make sure our Lord & Savior, Harambe, gets the recognition he deserves

Co to jest Harambe?

Harambe to rozszerzenie Chrome opracowane przez rcobelli, a jego główną funkcją jest „Make sure our Lord & Savior, Harambe, gets the recognition he deserves”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Harambe

Pobierz pliki rozszerzeń Harambe 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 make sure that our Lord & Savior gets his recognition. It will replace all instances of Donald Trump with "Harambe", make all existing mentions of Harambe all caps, replace Hillary Clinton with "Hillary did Harambe", and all instances of Barack Obama with "Dicks Out for Harambe". Finally, it will replace all images on the web with a photo of Harambe. This is a must have for any self-respecting memelord.                    

Podstawowe informacje o rozszerzeniu

Nazwa Harambe Harambe
ID lonpclkknojofcceoebdejjpegakhngo
Oficjalny URL https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo
Opis Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Rozmiar pliku 156 KB
Liczba instalacji 160
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-08-18
Data Publikacji 2016-08-18
Ocena 2.71/5 Łącznie 48 Oceny
Deweloper rcobelli
E-mail [email protected]
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",
    "description": "Make sure our Lord & Savior, Harambe, gets the recognition he deserves",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}