One True God

Show your devotion to the Lord

Wat is One True God?

One True God is een Chrome-extensie ontwikkeld door dsurujon, en de belangrijkste functie is "Show your devotion to the Lord".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie One True God

Download One True God-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam One True God One True God
ID nnajkegpepmlenifnoffllhbejoefbij
Officiële URL https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij
Beschrijving Show your devotion to the Lord
Bestandsgrootte 26.05 KB
Aantal Installaties 19
Huidige Versie 0.3
Laatst Bijgewerkt 2015-03-15
Publicatiedatum 2015-03-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dsurujon
Betalingswijze free
Ondersteunde Talen 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"
    }
}