ISKCON friendly pages

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

ISKCON friendly pages là gì?

ISKCON friendly pages là một tiện ích mở rộng Chrome được phát triển bởi Sanatana das, và tính năng chính của nó là "To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ISKCON friendly pages

Tải xuống các tệp mở rộng ISKCON friendly pages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ISKCON friendly pages ISKCON friendly pages
ID bmagfpdkngaiecgegnfnkefflnbmbdnl
URL Chính Thức https://chromewebstore.google.com/detail/iskcon-friendly-pages/bmagfpdkngaiecgegnfnkefflnbmbdnl
Mô tả To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.
Kích Thước Tệp 19.26 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 0.5.4
Cập Nhật Lần Cuối 2016-07-05
Ngày Phát Hành 2016-07-04
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Sanatana das
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}