Harambe Lives

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

Vad är Harambe Lives?

Harambe Lives är en Chrome-tillägg utvecklad av norton.seanm, och dess huvudfunktion är "A secret reminder to us all, that he's still here.".

Tilläggsskärmbilder

screenshot

Ladda ner Harambe Lives-förlängningens CRX-fil

Ladda ner Harambe Lives-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

                        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.                    

Grundläggande Information om Tillägg

Namn Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
Officiell webbadress https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
Beskrivning A secret reminder to us all, that he's still here.
Filstorlek 169 KB
Antal Installationer 0
Aktuell Version 0.1
Senast Uppdaterad 2016-09-06
Publiceringsdatum 2016-09-05
Utvecklare norton.seanm
Betalningssätt free
Stödda Språk 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"
    }
}