ISKCON friendly pages

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

Qu'est-ce que ISKCON friendly pages ?

ISKCON friendly pages est une extension Chrome développée par Sanatana das, et sa fonction principale est "To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ISKCON friendly pages

Téléchargez les fichiers d'extension ISKCON friendly pages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ISKCON friendly pages ISKCON friendly pages
ID bmagfpdkngaiecgegnfnkefflnbmbdnl
URL Officiel https://chromewebstore.google.com/detail/iskcon-friendly-pages/bmagfpdkngaiecgegnfnkefflnbmbdnl
Description To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.
Taille du Fichier 19.26 KB
Nombre d'Installations 141
Version Actuelle 0.5.4
Dernière Mise à Jour 2016-07-05
Date de Publication 2016-07-04
Évaluation 5.00/5 Total 5 Évaluations
Développeur Sanatana das
Type de Paiement free
Langues Prises en Charge 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"
    ]
}