ISKCON friendly pages

To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.

What is ISKCON friendly pages?

ISKCON friendly pages is a Chrome extension developed by Sanatana das, and its main feature is "To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ISKCON friendly pages Extension CRX File

Download ISKCON friendly pages 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 made with the intention to help ISKCON devotees to find internet sites that are in harmony with ISKCON and to help them avoiding content that could be harmful to their spiritual life and is opposed to the principles and practice of ISKCON.

Thanks iskcondesiretree.com for their help and support.

If you would like a website to be recommended as a bonafide site, or you see that a website could be detrimental to the spiritual lives of ISKCON members, then please write an email to the [email protected] email address.                    

Extension Basic Information

Name ISKCON friendly pages ISKCON friendly pages
ID bmagfpdkngaiecgegnfnkefflnbmbdnl
Official URL https://chromewebstore.google.com/detail/iskcon-friendly-pages/bmagfpdkngaiecgegnfnkefflnbmbdnl
Description To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.
File Size 19.26 KB
Installation Count 141
Current Version 0.5.4
Last Updated 2016-07-05
Publish Date 2016-07-04
Rating 5.00/5 Total 5 Ratings
Developer Sanatana das
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ISKCON friendly pages",
    "version": "0.5.4",
    "description": "To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.",
    "background": {
        "persistent": true,
        "scripts": [
            "papaparse.min.js",
            "eventPage.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "tabs",
        "alarms",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "minimum_chrome_version": "42",
    "browser_action": {
        "default_title": "ISKCON friendly pages",
        "default_icon": "images\/gray.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "style.css",
        "images\/*.png",
        "blocked.html",
        "options.js"
    ]
}