Daily Bible Devotionals

Receive Daily Bible Devotionals In Default Tabs.

What is Daily Bible Devotionals?

Daily Bible Devotionals is a Chrome extension developed by https://listenandprosper.com, and its main feature is "Receive Daily Bible Devotionals In Default Tabs.".

Extension Screenshots

screenshot

Download Daily Bible Devotionals Extension CRX File

Download Daily Bible Devotionals 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

                        Be reminded of God's love, blessings, and promises for you every time you open your browser.

Click "Add to Chrome" to install Daily Bible Devotionals for Free.                    

Extension Basic Information

Name Daily Bible Devotionals Daily Bible Devotionals
ID olhoehboklofkjaincalmdfmoogjmjbe
Official URL https://chromewebstore.google.com/detail/daily-bible-devotionals/olhoehboklofkjaincalmdfmoogjmjbe
Description Receive Daily Bible Devotionals In Default Tabs.
File Size 6.14 KB
Installation Count 264
Current Version 1.5
Last Updated 2018-06-13
Publish Date 2018-06-13
Rating 5.00/5 Total 1 Ratings
Developer https://listenandprosper.com
Payment Type free
Extension Website https://listenandprosper.com
Privacy Policy Page URL https://listenandprosper.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Bible Devotionals",
    "short_name": "Devotionals",
    "description": "Receive Daily Bible Devotionals In Default Tabs.",
    "version": "1.5",
    "author": "ListenAndProsper.Com",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Daily Bible Devotionals"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/listenandprosper.com\/chrome-extension-load.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}