Christian News Now
Christian News Now - Stay informed
What is Christian News Now?
Christian News Now is a Chrome extension developed by https://christiannewsnow.com, and its main feature is "Christian News Now - Stay informed".
Extension Screenshots
Download Christian News Now Extension CRX File
Download Christian News Now extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | acfpfpfhbjceahjocnmjcaldknpefpca |
Official URL | https://chrome.google.com/webstore/detail/acfpfpfhbjceahjocnmjcaldknpefpca |
Description | Christian News Now - Stay informed |
File Size | 6.16 KB |
Installation Count | 198 |
Current Version | 0.2 |
Last Updated | 2018-10-25 |
Publish Date | 2018-10-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://christiannewsnow.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://outreach.com/privacy.aspx |
Supported Languages | 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" } } |