One True God
Show your devotion to the Lord
What is One True God?
One True God is a Chrome extension developed by dsurujon, and its main feature is "Show your devotion to the Lord".
Extension Screenshots
Download One True God Extension CRX File
Download One True God extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.
Extension Basic Information
Name | |
ID | nnajkegpepmlenifnoffllhbejoefbij |
Official URL | https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij |
Description | Show your devotion to the Lord |
File Size | 26.05 KB |
Installation Count | 19 |
Current Version | 0.3 |
Last Updated | 2015-03-15 |
Publish Date | 2015-03-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dsurujon |
Payment Type | free |
Supported Languages | 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" } } |