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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yactis และคุณลักษณะหลักของมันคือ "Change your web app background using this extension. Either enter a URL or upload you custom picture."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WAw background changer
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |