BG and SB Popular Verses

BG and SB verses most qouted by S.P.

What is BG and SB Popular Verses?

BG and SB Popular Verses is a Chrome extension developed by aditibtp, and its main feature is "BG and SB verses most qouted by S.P.".

Extension Screenshots

screenshot

Download BG and SB Popular Verses Extension CRX File

Download BG and SB Popular Verses 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

                        This extension is helpful in remembering some of the most quoted verses of Bhagavad Gita, Srimad Bhagavatam and Śrī Caitanya-caritāmṛta by Srila Prabhupada.                    

Extension Basic Information

Name BG and SB Popular Verses BG and SB Popular Verses
ID lhckomjlpmfalgdpehecebjnehpbimon
Official URL https://chromewebstore.google.com/detail/bg-and-sb-popular-verses/lhckomjlpmfalgdpehecebjnehpbimon
Description BG and SB verses most qouted by S.P.
File Size 982 KB
Installation Count 150
Current Version 2.0
Last Updated 2019-02-08
Publish Date 2019-02-05
Rating 5.00/5 Total 8 Ratings
Developer aditibtp
Email [email protected]
Payment Type free
Extension Website https://vedabase.io/en/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BG and SB Popular Verses",
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "BG and SB verses most qouted by S.P.",
    "version": "2.0",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "images\/vb-16.png",
        "32": "images\/vb-32.png",
        "48": "images\/vb-48.png",
        "128": "images\/vb-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    }
}