Nicolas Cage

Replaces "God" with "Nicolas Cage." May your Mountain Dew be sweet!

Cos'è Nicolas Cage?

Nicolas Cage è un'estensione di Chrome sviluppata da dmos, e la sua funzione principale è "Replaces "God" with "Nicolas Cage." May your Mountain Dew be sweet!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Nicolas Cage

Scarica i file di estensione Nicolas Cage 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

                        Recommended reading when using this extension:

http://en.wikipedia.org/wiki/God

https://www.biblegateway.com/passage/?search=Genesis+1                    

Informazioni di Base sull'Estensione

Nome Nicolas Cage Nicolas Cage
ID fjgbnnhgejbfgfbofeohlffjlpceejlm
URL Ufficiale https://chromewebstore.google.com/detail/nicolas-cage/fjgbnnhgejbfgfbofeohlffjlpceejlm
Descrizione Replaces "God" with "Nicolas Cage." May your Mountain Dew be sweet!
Dimensione del File 50.83 KB
Conteggio Installazioni 1,966
Versione Corrente 1.0
Ultimo Aggiornamento 2014-09-11
Data di Pubblicazione 2014-09-11
Valutazione 4.74/5 Totale 118 Valutazioni
Sviluppatore dmos
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "version": "1.0",
    "name": "Nicolas Cage",
    "description": "Replaces \"God\" with \"Nicolas Cage.\" May your Mountain Dew be sweet!"
}