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"
    ]
}