One True God
Show your devotion to the Lord
Vad är One True God?
One True God är en Chrome-tillägg utvecklad av dsurujon, och dess huvudfunktion är "Show your devotion to the Lord".
Tilläggsskärmbilder
Ladda ner One True God-förlängningens CRX-fil
Ladda ner One True God-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.
Grundläggande Information om Tillägg
Namn | |
ID | nnajkegpepmlenifnoffllhbejoefbij |
Officiell webbadress | https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij |
Beskrivning | Show your devotion to the Lord |
Filstorlek | 26.05 KB |
Antal Installationer | 19 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2015-03-15 |
Publiceringsdatum | 2015-03-15 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | dsurujon |
Betalningssätt | free |
Stödda Språk | 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" } } |