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 |
Eメール | [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" } |