One True God
Show your devotion to the Lord
O que é One True God?
One True God é uma extensão do Chrome desenvolvida por dsurujon, e sua principal característica é "Show your devotion to the Lord".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One True God
Baixe arquivos de extensão One True God no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.
Informações Básicas da Extensão
Nome | |
ID | nnajkegpepmlenifnoffllhbejoefbij |
URL Oficial | https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij |
Descrição | Show your devotion to the Lord |
Tamanho do Arquivo | 26.05 KB |
Contagem de Instalações | 19 |
Versão Atual | 0.3 |
Última Atualização | 2015-03-15 |
Data de Publicação | 2015-03-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | dsurujon |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |