Redeem the Time

Enjoy the Lord whenever you visit sites

O que é Redeem the Time?

Redeem the Time é uma extensão do Chrome desenvolvida por redeem, e sua principal característica é "Enjoy the Lord whenever you visit sites".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Redeem the Time

Baixe arquivos de extensão Redeem the Time 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

                        God's grace is here whatever websites we're on.

Redeem the Time allows you to enjoy the Lord before visiting sites you choose and help you keep your goals by supplying you with verses, hymns and messages.

"Redeeming the time, because the days are evil." - Eph. 5:16, KJV.                    

Informações Básicas da Extensão

Nome Redeem the Time Redeem the Time
ID hfddakhjfegemmmiapocddobipkkbfgb
URL Oficial https://chromewebstore.google.com/detail/redeem-the-time/hfddakhjfegemmmiapocddobipkkbfgb
Descrição Enjoy the Lord whenever you visit sites
Tamanho do Arquivo 574 KB
Contagem de Instalações 19
Versão Atual 3.2
Última Atualização 2013-05-28
Data de Publicação 2013-05-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor redeem
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redeem the Time",
    "description": "Enjoy the Lord whenever you visit sites",
    "version": "3.2",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon_19x19.png",
        "default_popup": "action.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "assets\/img\/icon_128x128.png",
        "48": "assets\/img\/icon_48x48.png"
    }
}