Amazon WishList Point
Add a function to display points on the Amazon wish list
什么是Amazon WishList Point?
Amazon WishList Point是由https://fuquna.ga开发的Chrome扩展程序,该扩展的主要功能是“Add a function to display points on the Amazon wish list”。
扩展截图
下载Amazon WishList Point扩展crx文件
下载Amazon WishList Point扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
amazon.co.jpのウィッシュリストに、商品を購入した際に付与されるAmazonポイントの表記を追加します。 通常ウィッシュリスト上の商品表示にはAmazonポイントが表示されないため各商品の個別ページを開いて確認する必要がありますが、本拡張を使うことでウィッシュリスト上で一覧表示のまま確認できます。
扩展基本信息
名称 | Amazon WishList Point |
ID | mffnibnldlmhmagdjiihbmjffpdmjlmn |
官方URL | https://chromewebstore.google.com/detail/amazon-wishlist-point/mffnibnldlmhmagdjiihbmjffpdmjlmn |
简介 | Add a function to display points on the Amazon wish list |
文件大小 | 12.15 KB |
安装次数 | 750 |
当前版本 | 1.4.1 |
更新时间 | 2023-02-21 |
上架时间 | 2018-08-10 |
评分 | 5.00/5 共3次评分 |
开发者 | https://fuquna.ga |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |