Whatsapp Web Notification Customizer

Customize Whatsapp Web Notification Sound

ما هو Whatsapp Web Notification Customizer؟

Whatsapp Web Notification Customizer هو إضافة Chrome تم تطويرها بواسطة Amer Sawan، والميزة الرئيسية لها هي "Customize Whatsapp Web Notification Sound".

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

screenshot

تحميل ملف CRX للإضافة Whatsapp Web Notification Customizer

قم بتنزيل ملفات الامتداد Whatsapp Web Notification Customizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Are you annoyed from the noisy Whatsapp™ web notification sound?!
Are you frustrated that Whatsapp don't allow you to change that sound?!

Using this extension you can easily customize the notification sound as you wish                    

معلومات أساسية عن التمديد

الاسم Whatsapp Web Notification Customizer Whatsapp Web Notification Customizer
ID faglnjojbiggpodloaopkodgeholkcmj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj
الوصف Customize Whatsapp Web Notification Sound
حجم الملف 81.33 KB
عدد التثبيتات 20
النسخة الحالية 0.0.0.1
آخر تحديث 2020-08-30
تاريخ النشر 2020-08-30
المطور Amer Sawan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dev.amersaw.info
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp Web Notification Customizer",
    "version": "0.0.0.1",
    "homepage_url": "https:\/\/github.com\/amersaw\/WhatsApp-Web-Notification-Customizer",
    "description": "Customize Whatsapp Web Notification Sound",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/web.whatsapp.com\/*"
    ],
    "options_page": "options.html",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/WappCustomNotification-128.png"
        }
    },
    "icons": {
        "128": "images\/WappCustomNotification-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "whatsapp.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}