JW What is New?

Get notified every time something new is posted on jw.org

Cos'è JW What is New??

JW What is New? è un'estensione di Chrome sviluppata da nongeekboy, e la sua funzione principale è "Get notified every time something new is posted on jw.org".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JW What is New?

Scarica i file di estensione JW What is New? 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

                        News feeder for JW Broadcasting and jw.org. 
Get a notification every time something new is posted on JW Broadcasting and jw.org
Currently 11 languages are provided. More to come!
For languages request please write to [email protected]
This is NOT an official app.                    

Informazioni di Base sull'Estensione

Nome JW What is New? JW What is New?
ID jieipmflhhlbimogheoejpchlebnpfie
URL Ufficiale https://chromewebstore.google.com/detail/jw-what-is-new/jieipmflhhlbimogheoejpchlebnpfie
Descrizione Get notified every time something new is posted on jw.org
Dimensione del File 117 KB
Conteggio Installazioni 1,289
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-02-24
Data di Pubblicazione 2019-08-28
Valutazione 4.73/5 Totale 15 Valutazioni
Sviluppatore nongeekboy
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JW What is New?",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Get notified every time something new is posted on jw.org",
    "homepage_url": "http:\/\/google.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/jfeed.min.js",
            "js\/languages.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/www.jw.org\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}