JW What is New?

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

Apa itu JW What is New??

JW What is New? adalah ekstensi Chrome yang dikembangkan oleh nongeekboy, dan fitur utamanya adalah "Get notified every time something new is posted on jw.org".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi JW What is New?

Unduh file ekstensi JW What is New? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JW What is New? JW What is New?
ID jieipmflhhlbimogheoejpchlebnpfie
URL Resmi https://chromewebstore.google.com/detail/jw-what-is-new/jieipmflhhlbimogheoejpchlebnpfie
Deskripsi Get notified every time something new is posted on jw.org
Ukuran File 117 KB
Jumlah Instalasi 1,289
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2022-02-24
Tanggal Publikasi 2019-08-28
Penilaian 4.73/5 Total 15 Penilaian
Pengembang nongeekboy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}