WhatsApp Web - Background Changer
Change the chat background on the WhatsApp Web Interface.
什么是WhatsApp Web - Background Changer?
WhatsApp Web - Background Changer是由http://rastercrow.me开发的Chrome扩展程序,该扩展的主要功能是“Change the chat background on the WhatsApp Web Interface.”。
扩展截图
下载WhatsApp Web - Background Changer扩展crx文件
下载WhatsApp Web - Background Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NEW UPDATE 1.2 : Added custom default images. WhatsApp Web - Background Changer lets you change the current chat background to a custom one. You simply need to add an URL to the background image you want and it's done! PRIVACY The extension doesn't save any data from the user, Chrome or WhatsApp Web. It also only runs when there is a tab with WhatsApp Web active. LEGAL WhatsApp™ is a trademark of WhatsApp Inc. This is an independent project developed by RasterCrow and has no relationship to WhatsApp™ or WhatsApp Inc. Source Code available here : github.com/RasterCrow/WhatsappWeb-BackgroundChanger
扩展基本信息
名称 | |
ID | inhinhfkmafbnibcooclidbjhagfoaoj |
官方URL | https://chrome.google.com/webstore/detail/whatsapp-web-background-c/inhinhfkmafbnibcooclidbjhagfoaoj |
简介 | Change the chat background on the WhatsApp Web Interface. |
文件大小 | 54.84 KB |
安装次数 | 989 |
当前版本 | 1.4 |
更新时间 | 2021-07-09 |
上架时间 | 2020-10-18 |
评分 | 2.71/5 共7次评分 |
开发者 | http://rastercrow.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
帮助页面URL | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
支持的语言 | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "default_locale": "en", "version": "1.4", "description": "__MSG_appDesc__", "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "libraries\/jquery.js", "libraries\/arrive.js", "setBackground.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |