Amazon WishList Point
Add a function to display points on the Amazon wish list
What is Amazon WishList Point?
Amazon WishList Point is a Chrome extension developed by https://fuquna.ga, and its main feature is "Add a function to display points on the Amazon wish list".
Extension Screenshots
Download Amazon WishList Point Extension CRX File
Download Amazon WishList Point extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
amazon.co.jpのウィッシュリストに、商品を購入した際に付与されるAmazonポイントの表記を追加します。 通常ウィッシュリスト上の商品表示にはAmazonポイントが表示されないため各商品の個別ページを開いて確認する必要がありますが、本拡張を使うことでウィッシュリスト上で一覧表示のまま確認できます。
Extension Basic Information
Name | Amazon WishList Point |
ID | mffnibnldlmhmagdjiihbmjffpdmjlmn |
Official URL | https://chromewebstore.google.com/detail/amazon-wishlist-point/mffnibnldlmhmagdjiihbmjffpdmjlmn |
Description | Add a function to display points on the Amazon wish list |
File Size | 12.15 KB |
Installation Count | 750 |
Current Version | 1.4.1 |
Last Updated | 2023-02-21 |
Publish Date | 2018-08-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://fuquna.ga |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon WishList Point", "version": "1.4.1", "description": "Add a function to display points on the Amazon wish list", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*\/wishlist\/*" ], "js": [ "content_script.js" ] } ], "icons": { "128": "ap128.png" } } |