Whatsapp Web Notification Customizer

Customize Whatsapp Web Notification Sound

Whatsapp Web Notification Customizerとは何ですか?

Whatsapp Web Notification CustomizerはAmer Sawanによって開発されたChromeの拡張機能で、その主な機能は「Customize Whatsapp Web Notification Sound」です。

拡張機能のスクリーンショット

screenshot

Whatsapp Web Notification Customizer拡張機能のCRXファイルをダウンロード

Whatsapp Web Notification Customizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}