WAw background changer
Change your web app background using this extension. Either enter a URL or upload you custom picture.
什么是WAw background changer?
WAw background changer是由Yactis开发的Chrome扩展程序,该扩展的主要功能是“Change your web app background using this extension. Either enter a URL or upload you custom picture.”。
扩展截图
下载WAw background changer扩展crx文件
下载WAw background changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will add a cool new functionality to your web app. By using this extension you are able to set custom backgrounds. Either provide a URL or upload your own custom image from your desktop. WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAw background changer has no relationship to WhatsApp™ or WhatsApp Inc.
扩展基本信息
名称 | WAw background changer |
ID | eijlcciihanokedpgaoddjoemphhkjlj |
官方URL | https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj |
简介 | Change your web app background using this extension. Either enter a URL or upload you custom picture. |
文件大小 | 44.8 KB |
安装次数 | 19 |
当前版本 | 1.1.3 |
更新时间 | 2020-03-29 |
上架时间 | 2020-03-29 |
评分 | 5.00/5 共1次评分 |
开发者 | Yactis |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://yactis.nl/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WAw background changer", "description": "Change your web app background using this extension. Either enter a URL or upload you custom picture.", "version": "1.1.3", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "vendor\/jQuery\/jquery-3.2.1.min.js", "js\/content.js" ], "css": [ "css\/custom.css" ] } ], "icons": { "128": "WAw background changer.png" }, "browser_action": { "default_popup": "options.html" }, "permissions": [ "storage", "unlimitedStorage" ], "options_page": "options.html" } |