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 |
官方網址 | 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" } |