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 هو إضافة Chrome تم تطويرها بواسطة https://damonge.com، والميزة الرئيسية لها هي "Add point return labels in Amazon.co.jp Wishlist and Ranking Page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Devola: Amazon Wishlist Point Visualization

قم بتنزيل ملفات الامتداد Devola: Amazon Wishlist Point Visualization بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
        }
    ]
}