The WishWiz
Filter for free products on the marketplace wish.com
The WishWizとは何ですか?
The WishWizはhttps://burli.bizによって開発されたChromeの拡張機能で、その主な機能は「Filter for free products on the marketplace wish.com」です。
拡張機能のスクリーンショット
The WishWiz拡張機能のCRXファイルをダウンロード
The WishWiz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Filter for free products on the marketplace wish.com. Cheap products are awesome. But what's even better than cheap products? Free products. That's why we decided to make The WishWiz, a Chrome extension that filters and displays all free products on the marketplace Wish.
拡張機能の基本情報
名前 | |
ID | lkijfedegilaikaacnoblhekmlegpeln |
公式URL | https://chromewebstore.google.com/detail/the-wishwiz/lkijfedegilaikaacnoblhekmlegpeln |
説明 | Filter for free products on the marketplace wish.com |
ファイルサイズ | 784 KB |
インストール数 | 14 |
現在のバージョン | 1.1.0 |
最終更新日 | 2019-10-15 |
公開日 | 2019-10-14 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | https://burli.biz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/burliEnterprises/wishwiz |
ヘルプページのURL | https://github.com/burliEnterprises/wishwiz |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The WishWiz", "version": "1.1.0", "author": "Burli & Moon36", "manifest_version": 2, "description": "Filter for free products on the marketplace wish.com", "homepage_url": "https:\/\/burli.biz\/wishwiz", "icons": { "16": "src\/icons\/icon16.png", "48": "src\/icons\/icon48.png", "128": "src\/icons\/icon128.png" }, "background": { "scripts": [ "src\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.wish.com\/*", "https:\/\/wish.com\/*" ], "js": [ "src\/js\/jquery.min.js", "src\/js\/content.js" ], "css": [ "src\/css\/style.css" ] } ], "web_accessible_resources": [ "src\/popup.html", "src\/popup-right-notice.html", "src\/popup-right-notice-new-tab.html", "src\/load-more-products.html", "src\/js\/*", "src\/icons\/*", "src\/css\/*" ], "options_page": "src\/options.html", "browser_action": { "default_icon": "src\/icons\/icon19-transp.png", "default_title": "The WishWiz", "default_popup": "src\/index.html" }, "permissions": [ "storage", "declartiveContent", "activeTab", " |