ISKCON friendly pages

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

Was ist ISKCON friendly pages?

ISKCON friendly pages ist eine Chrome-Erweiterung, die von Sanatana das entwickelt wurde, und ihr Hauptmerkmal ist "To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ISKCON friendly pages-Erweiterungs-CRX-Datei herunterladen

Laden Sie ISKCON friendly pages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ISKCON friendly pages ISKCON friendly pages
ID bmagfpdkngaiecgegnfnkefflnbmbdnl
Offizielle URL https://chromewebstore.google.com/detail/iskcon-friendly-pages/bmagfpdkngaiecgegnfnkefflnbmbdnl
Beschreibung To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.
Dateigröße 19.26 KB
Installationsanzahl 141
Aktuelle Version 0.5.4
Letztes Update 2016-07-05
Veröffentlichungsdatum 2016-07-04
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Sanatana das
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}