Devola: Amazon Wishlist Point Visualization
Add point return labels in Amazon.co.jp Wishlist and Ranking Page.
什么是Devola: Amazon Wishlist Point Visualization?
Devola: Amazon Wishlist Point Visualization是由https://damonge.com开发的Chrome扩展程序,该扩展的主要功能是“Add point return labels in Amazon.co.jp Wishlist and Ranking Page.”。
扩展截图
下载Devola: Amazon Wishlist Point Visualization扩展crx文件
下载Devola: Amazon Wishlist Point Visualization扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When browsing the wish list or ranking page, the points that can be earned are also displayed. Only Amazon.co.jp is supported, not Amazon.com etc.
扩展基本信息
名称 | Devola: Amazon Wishlist Point Visualization |
ID | khfjbdbepipkeecalhcpcnhkdfedkcki |
官方URL | https://chromewebstore.google.com/detail/devola-amazon-wishlist-po/khfjbdbepipkeecalhcpcnhkdfedkcki |
简介 | Add point return labels in Amazon.co.jp Wishlist and Ranking Page. |
文件大小 | 13.32 KB |
安装次数 | 115 |
当前版本 | 1.4.3 |
更新时间 | 2023-04-15 |
上架时间 | 2020-04-03 |
开发者 | https://damonge.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/big-mon/amazon-wishlist-pointgetter |
帮助页面URL | https://github.com/big-mon/amazon-wishlist-pointgetter/issues |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Devola: Amazon Wishlist Point Visualization", "short_name": "Devola", "version": "1.4.3", "description": "__MSG_appDesc__", "default_locale": "ja", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*\/wishlist\/*", "https:\/\/www.amazon.co.jp\/portal-migration\/bestsellers\/*", "https:\/\/www.amazon.co.jp\/gp\/bestsellers\/*", "https:\/\/www.amazon.co.jp\/gp\/new-releases\/*", "https:\/\/www.amazon.co.jp\/gp\/movers-and-shakers\/*" ], "css": [], "js": [ "js\/index.js" ], "run_at": "document_end" } ] } |