One True God
Show your devotion to the Lord
Was ist One True God?
One True God ist eine Chrome-Erweiterung, die von dsurujon entwickelt wurde, und ihr Hauptmerkmal ist "Show your devotion to the Lord".
Erweiterungsscreenshots
One True God-Erweiterungs-CRX-Datei herunterladen
Laden Sie One True God-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nnajkegpepmlenifnoffllhbejoefbij |
Offizielle URL | https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij |
Beschreibung | Show your devotion to the Lord |
Dateigröße | 26.05 KB |
Installationsanzahl | 19 |
Aktuelle Version | 0.3 |
Letztes Update | 2015-03-15 |
Veröffentlichungsdatum | 2015-03-15 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | dsurujon |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |