JW What is New?

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

ما هو JW What is New?؟

JW What is New? هو إضافة Chrome تم تطويرها بواسطة nongeekboy، والميزة الرئيسية لها هي "Get notified every time something new is posted on jw.org".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة JW What is New?

قم بتنزيل ملفات الامتداد JW What is New? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}