ISKCON friendly pages
To help ISKCON devotees to find Internet sites that are in harmony with ISKCON.
ISKCON friendly pagesคืออะไร?
ISKCON friendly pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sanatana das และคุณลักษณะหลักของมันคือ "To help ISKCON devotees to find Internet sites that are in harmony with ISKCON."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ISKCON friendly pages
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |