JW What is New?

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

JW What is New? क्या है?

JW What is New? nongeekboy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notified every time something new is posted on jw.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JW What is New? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम JW What is New? JW What is New?
ID jieipmflhhlbimogheoejpchlebnpfie
आधिकारिक URL https://chromewebstore.google.com/detail/jw-what-is-new/jieipmflhhlbimogheoejpchlebnpfie
विवरण Get notified every time something new is posted on jw.org
फ़ाइल का आकार 117 KB
स्थापना संख्या 1,289
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-02-24
प्रकाशन तिथि 2019-08-28
रेटिंग 4.73/5 कुल 15 रेटिंग्स
डेवलपर nongeekboy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}