Verse of the Day

This extension shows the VOTD from BibleGateway.com

What is Verse of the Day?

Verse of the Day is a Chrome extension developed by marlonn.funtanilla, and its main feature is "This extension shows the VOTD from BibleGateway.com".

Download Verse of the Day Extension CRX File

Download Verse of the Day 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

                                            

Extension Basic Information

Name Verse of the Day Verse of the Day
ID fplojlkfdpaonhfpddldfhdkkgaeijeo
Official URL https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo
Description This extension shows the VOTD from BibleGateway.com
File Size 9.15 KB
Installation Count 42
Current Version 1.0
Last Updated 2016-08-05
Publish Date 2016-08-05
Rating 5.00/5 Total 2 Ratings
Developer marlonn.funtanilla
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verse of the Day",
    "description": "This extension shows the VOTD from BibleGateway.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}