Redeem the Time

Enjoy the Lord whenever you visit sites

What is Redeem the Time?

Redeem the Time is a Chrome extension developed by redeem, and its main feature is "Enjoy the Lord whenever you visit sites".

Extension Screenshots

screenshot
screenshot

Download Redeem the Time Extension CRX File

Download Redeem the Time 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

                        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.                    

Extension Basic Information

Name Redeem the Time Redeem the Time
ID hfddakhjfegemmmiapocddobipkkbfgb
Official URL https://chromewebstore.google.com/detail/redeem-the-time/hfddakhjfegemmmiapocddobipkkbfgb
Description Enjoy the Lord whenever you visit sites
File Size 574 KB
Installation Count 19
Current Version 3.2
Last Updated 2013-05-28
Publish Date 2013-05-28
Rating 5.00/5 Total 2 Ratings
Developer redeem
Payment Type free
Supported Languages 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"
    }
}