Christian News Now

Christian News Now - Stay informed

Cos'è Christian News Now?

Christian News Now è un'estensione di Chrome sviluppata da https://christiannewsnow.com, e la sua funzione principale è "Christian News Now - Stay informed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Christian News Now

Scarica i file di estensione Christian News Now in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Christian News Now Christian News Now
ID acfpfpfhbjceahjocnmjcaldknpefpca
URL Ufficiale https://chrome.google.com/webstore/detail/acfpfpfhbjceahjocnmjcaldknpefpca
Descrizione Christian News Now - Stay informed
Dimensione del File 6.16 KB
Conteggio Installazioni 198
Versione Corrente 0.2
Ultimo Aggiornamento 2018-10-25
Data di Pubblicazione 2018-10-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://christiannewsnow.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://outreach.com/privacy.aspx
Lingue Supportate 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"
    }
}