Redeem the Time

Enjoy the Lord whenever you visit sites

Apa itu Redeem the Time?

Redeem the Time adalah ekstensi Chrome yang dikembangkan oleh redeem, dan fitur utamanya adalah "Enjoy the Lord whenever you visit sites".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Redeem the Time

Unduh file ekstensi Redeem the Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Redeem the Time Redeem the Time
ID hfddakhjfegemmmiapocddobipkkbfgb
URL Resmi https://chromewebstore.google.com/detail/redeem-the-time/hfddakhjfegemmmiapocddobipkkbfgb
Deskripsi Enjoy the Lord whenever you visit sites
Ukuran File 574 KB
Jumlah Instalasi 19
Versi Saat Ini 3.2
Terakhir Diperbarui 2013-05-28
Tanggal Publikasi 2013-05-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang redeem
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}