WAw background changer
Change your web app background using this extension. Either enter a URL or upload you custom picture.
WAw background changer là gì?
WAw background changer là một tiện ích mở rộng Chrome được phát triển bởi Yactis, và tính năng chính của nó là "Change your web app background using this extension. Either enter a URL or upload you custom picture.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WAw background changer
Tải xuống các tệp mở rộng WAw background changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WAw background changer |
ID | eijlcciihanokedpgaoddjoemphhkjlj |
URL Chính Thức | https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj |
Mô tả | Change your web app background using this extension. Either enter a URL or upload you custom picture. |
Kích Thước Tệp | 44.8 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2020-03-29 |
Ngày Phát Hành | 2020-03-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Yactis |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://yactis.nl/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |