One True God

Show your devotion to the Lord

Cos'è One True God?

One True God è un'estensione di Chrome sviluppata da dsurujon, e la sua funzione principale è "Show your devotion to the Lord".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione One True God

Scarica i file di estensione One True God 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

                        Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.                    

Informazioni di Base sull'Estensione

Nome One True God One True God
ID nnajkegpepmlenifnoffllhbejoefbij
URL Ufficiale https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij
Descrizione Show your devotion to the Lord
Dimensione del File 26.05 KB
Conteggio Installazioni 19
Versione Corrente 0.3
Ultimo Aggiornamento 2015-03-15
Data di Pubblicazione 2015-03-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dsurujon
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One True God",
    "version": "0.3",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "description": "Show your devotion to the Lord",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "nick16.png",
        "128": "nick128.png"
    }
}