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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}