Christian News Now
Christian News Now - Stay informed
Christian News Nowคืออะไร?
Christian News Now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://christiannewsnow.com และคุณลักษณะหลักของมันคือ "Christian News Now - Stay informed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Christian News Now
ดาวน์โหลดไฟล์ส่วนขยาย Christian News Now ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get the latest Christian news and top headlines when you open your browser. This extension automatically sets ChristianNewsNow.com as your homepage and new tab page. New articles are added every few minutes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | acfpfpfhbjceahjocnmjcaldknpefpca |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/acfpfpfhbjceahjocnmjcaldknpefpca |
คำอธิบาย | Christian News Now - Stay informed |
ขนาดไฟล์ | 6.16 KB |
จำนวนการติดตั้ง | 198 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2018-10-25 |
วันที่เผยแพร่ | 2018-10-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://christiannewsnow.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://outreach.com/privacy.aspx |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "img\/icony.png" }, "background": { "scripts": [ "background.js" ] }, "name": "Christian News Now", "chrome_settings_overrides": { "homepage": "https:\/\/christiannewsnow.com\/\/?utm_source=crome-extension" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Christian News Now - Stay informed", "version": "0.2", "browser_action": { "default_title": "Christian News Now - Stay informed" } } |