W.Beautifier
Beautify Whatsapp™ Web by changing wallpaper and background.
什麼是W.Beautifier?
W.Beautifier是由ChanPete開發的Chrome擴展程式,該擴展的主要功能是“Beautify Whatsapp™ Web by changing wallpaper and background.”。
擴展截圖
下載W.Beautifier擴展crx文件
下載W.Beautifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
———————————————————
LEGAL
———————————————————
WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. This is an independent project developed by ChanPete and has no relationship to WhatsApp™ or WhatsApp Inc.
———————————————————
Icon provided by icons8.com. 擴展基本資訊
| 名稱 | |
| ID | hijmmbcognankbjbelmnemknofcffako |
| 官方網址 | https://chromewebstore.google.com/detail/wbeautifier/hijmmbcognankbjbelmnemknofcffako |
| 簡介 | Beautify Whatsapp™ Web by changing wallpaper and background. |
| 檔案大小 | 985 KB |
| 安裝次數 | 3,174 |
| 目前版本 | 6.1.0 |
| 更新時間 | 2022-12-14 |
| 上架時間 | 2019-03-23 |
| 評分 | 3.92/5 共 50 次評分 |
| 開發者 | ChanPete |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "W.Beautifier",
"description": "Beautify Whatsapp\u2122 Web by changing wallpaper and background.",
"version": "6.1.0",
"icons": {
"128": "\/res\/icon.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"\/lib\/jquery.js",
"display.js",
"menu.js",
"imageHandler.js"
],
"css": [
"display.css",
"menu.css"
]
}
],
"action": {
"default_icon": {
"19": "\/res\/icon-19.png",
"38": "\/res\/icon-38.png"
},
"default_popup": "popup.html",
"default_title": "change the wallpaper"
},
"web_accessible_resources": [
{
"resources": [
"\/res\/icon-38-white.png",
"\/res\/change_wallpaper.png",
"\/res\/change_background.png",
"\/res\/default_mode.png",
"\/res\/cover_mode.png",
"\/res\/contain_mode.png",
"\/res\/change_horizontal.png",
"\/res\/change_vertical.png"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
]
} | |