Notifier for WhatsApp Web
Unofficial enhacement for WhatsApp™ Web notifications.
ما هو Notifier for WhatsApp Web؟
Notifier for WhatsApp Web هو إضافة Chrome تم تطويرها بواسطة Social Apps، والميزة الرئيسية لها هي "Unofficial enhacement for WhatsApp™ Web notifications.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Notifier for WhatsApp Web
قم بتنزيل ملفات الامتداد Notifier for WhatsApp Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Get WhatsApp™ notifications directly on Google Chrome without opening WhatsApp™ Web!
Then, just open a New Tab and start chatting!
------------------------------------------------------------------------------------------
WhatsApp™ is a smartphone messenger, now also available from the WEB!
Download the latest version of WhatApp to your phone to use WhatsApp™ Web.
WhatsApp™ for Android:
http://bit.ly/whatsapp_googleplay
WhatsApp™ for iOS:
http://bit.ly/WhatsApp_iOS
------------------------------------------------------------------------------------------
Frequently Asked Questions (FAQ):
WHAT DEVICES SUPPORT WHATSAPP™ WEB?
WhatsApp Web is currently supported by Android and iOS.
WHAT'S THE ORANGE ICON WITH AN EXCLAMATION MARK (!) IN IT?
This icon appears when WhatsApp™ web loses connection to phone.
WHAT'S THE RED ICON WITH AN (X) IN IT?
This icon appears when a session of WhatsApp™ Web has been opened in other broswer or PC.
WHAT'S THE GRAY ICON WITH (...) IN IT?
This icon appears when WhatsApp™ Web is loading.
------------------------------------------------------------------------------------------
WhatsApp is a trademark of WhatsApp LLC. This extension is an unofficial enhacement for WhatsApp™ Web and is not related in any way to WhatsApp LLC.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | kaoholkoedbpjiangnchpfchhmageifp | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/notifier-for-whatsapp-web/kaoholkoedbpjiangnchpfchhmageifp | 
| الوصف | Unofficial enhacement for WhatsApp™ Web notifications. | 
| حجم الملف | 43.69 KB | 
| عدد التثبيتات | 403,736 | 
| النسخة الحالية | 2.1 | 
| آخر تحديث | 2021-11-23 | 
| تاريخ النشر | 2015-07-03 | 
| تقييم | 4.25/5 مجموع تقييمات 1216 | 
| المطور | Social Apps | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| عنوان صفحة سياسة الخصوصية | https://www.privacypolicies.com/live/a18260b5-70f3-46cc-87b9-f267f552b559 | 
| اللغات المدعومة | en,es | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "Notifier for WhatsApp Web",
    "version": "2.1",
    "browser_action": {
        "default_title": "__MSG_openApp__",
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        }
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.whatsapp.com\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}  |  |