ISKCON friendly pages

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

什么是ISKCON friendly pages?

ISKCON friendly pages是由Sanatana das开发的Chrome扩展程序,该扩展的主要功能是“To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.”。

扩展截图

screenshot
screenshot
screenshot

下载ISKCON friendly pages扩展crx文件

下载ISKCON friendly pages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ISKCON friendly pages ISKCON friendly pages
ID bmagfpdkngaiecgegnfnkefflnbmbdnl
官方URL https://chromewebstore.google.com/detail/iskcon-friendly-pages/bmagfpdkngaiecgegnfnkefflnbmbdnl
简介 To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.
文件大小 19.26 KB
安装次数 141
当前版本 0.5.4
更新时间 2016-07-05
上架时间 2016-07-04
评分 5.00/5 共5次评分
开发者 Sanatana das
付费类型 free
支持的语言 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"
    ]
}