Hamilton -> DOOM

You. 👏 Can't. 👏 Make. 👏 Me. 👏 Care. 👏 About. 👏 Hamilton. 👏

Cos'è Hamilton -> DOOM?

Hamilton -> DOOM è un'estensione di Chrome sviluppata da Lemon, e la sua funzione principale è "You. 👏 Can't. 👏 Make. 👏 Me. 👏 Care. 👏 About. 👏 Hamilton. 👏".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hamilton -> DOOM

Scarica i file di estensione Hamilton -> DOOM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension replaces all instances of "Hamilton" with "the video game DOOM".

Thanks to @sodaaccident for the idea and @cfCollision for the description.                    

Informazioni di Base sull'Estensione

Nome Hamilton -> DOOM Hamilton -> DOOM
ID hkedheclgkcdkjabeklkiifpbhlnaknd
URL Ufficiale https://chromewebstore.google.com/detail/hamilton-%3E-doom/hkedheclgkcdkjabeklkiifpbhlnaknd
Descrizione You. 👏 Can't. 👏 Make. 👏 Me. 👏 Care. 👏 About. 👏 Hamilton. 👏
Dimensione del File 61.77 KB
Conteggio Installazioni 122
Versione Corrente 1.1.2
Ultimo Aggiornamento 2016-11-19
Data di Pubblicazione 2016-11-19
Valutazione 3.77/5 Totale 13 Valutazioni
Sviluppatore Lemon
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hamilton -> DOOM",
    "description": "You. \ud83d\udc4f Can't. \ud83d\udc4f Make. \ud83d\udc4f Me. \ud83d\udc4f Care. \ud83d\udc4f About. \ud83d\udc4f Hamilton. \ud83d\udc4f",
    "icons": {
        "16": "img\/16.png",
        "36": "img\/36.png",
        "48": "img\/48.png",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "version": "1.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}