Verse of the Day
Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
What is Verse of the Day?
Verse of the Day is a Chrome extension developed by BPilgrims, and its main feature is "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates".
Extension Screenshots
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
Start the day right with a Verse of the Day and a beautiful background. This extension replaces the default New Tab page.
Extension Basic Information
Name | Verse of the Day |
ID | bllkckadeocbkadhljefebcfmohhgdgj |
Official URL | https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj |
Description | Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates |
File Size | 182 KB |
Installation Count | 34 |
Current Version | 1.4 |
Last Updated | 2020-12-25 |
Publish Date | 2020-11-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | BPilgrims |
[email protected] | |
Payment Type | free |
Extension Website | https://bpilgrims.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Verse of the Day", "version": "1.4", "manifest_version": 2, "description": "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates", "homepage_url": "https:\/\/bpilgrims.com", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/dailyverses.net\/ https:\/\/bpilgrims.com\/; object-src 'self'", "browser_action": { "default_icon": "icons\/icon32.png", "default_title": "Welcome", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "index.html" } } |