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”。
扩展截图
下载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
扩展基本信息
名称 | |
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 } } |