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”。

擴展截圖

screenshot
screenshot

下載Amazon WishList Point擴展crx文件

下載Amazon WishList Point擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        amazon.co.jpのウィッシュリストに、商品を購入した際に付与されるAmazonポイントの表記を追加します。

通常ウィッシュリスト上の商品表示にはAmazonポイントが表示されないため各商品の個別ページを開いて確認する必要がありますが、本拡張を使うことでウィッシュリスト上で一覧表示のまま確認できます。                    

擴展基本資訊

名稱 Amazon WishList Point Amazon WishList Point
ID mffnibnldlmhmagdjiihbmjffpdmjlmn
官方網址 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"
    }
}