ISKCON friendly pages

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

Wat is ISKCON friendly pages?

ISKCON friendly pages is een Chrome-extensie ontwikkeld door Sanatana das, en de belangrijkste functie is "To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ISKCON friendly pages

Download ISKCON friendly pages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ISKCON friendly pages ISKCON friendly pages
ID bmagfpdkngaiecgegnfnkefflnbmbdnl
Officiële URL https://chromewebstore.google.com/detail/iskcon-friendly-pages/bmagfpdkngaiecgegnfnkefflnbmbdnl
Beschrijving To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.
Bestandsgrootte 19.26 KB
Aantal Installaties 141
Huidige Versie 0.5.4
Laatst Bijgewerkt 2016-07-05
Publicatiedatum 2016-07-04
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Sanatana das
Betalingswijze free
Ondersteunde Talen 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"
    ]
}