Amazin Amazon Filter

Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items

Amazin Amazon Filterคืออะไร?

Amazin Amazon Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amazi.me และคุณลักษณะหลักของมันคือ "Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazin Amazon Filter

ดาวน์โหลดไฟล์ส่วนขยาย Amazin Amazon Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        From the maker of Ebay Filter and Sort Results Chrome extension:

Ever wish the recommendations from Amazon were sorted so you could easily determine which products have the lowest price?

Look no further, this extension does all that tedious clicking for you!

If you're OCD and anal about getting the best deal using the most information, this extension was designed with you in mind. That's because, I'm that way too.

When I research a product, I want to make sure I'm getting the best value for my money. That can't be done without looking at all the pages that are hidden behind lists, only accessible until now by clicking, waiting, sifting through useless screens, and calculating shipping cost and cost per item.

Bypass all the sponsored ads to get to the thing that you want most!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazin Amazon Filter Amazin Amazon Filter
ID bjfbcnchbjhbfjpjhfpcahdlcehkbfja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazin-amazon-filter/bjfbcnchbjhbfjpjhfpcahdlcehkbfja
คำอธิบาย Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items
ขนาดไฟล์ 9 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-02-10
วันที่เผยแพร่ 2022-01-16
ผู้พัฒนา https://amazi.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.amazi.me
URL หน้าช่วยเหลือ https://www.amazi.me
URL หน้านโยบายความเป็นส่วนตัว https://www.amazi.me/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazin Amazon Filter",
    "description": "Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and\/or filter listings with items",
    "version": "0.2",
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Amazin Amazon Filter"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.tr\/*"
            ],
            "js": [
                "filter.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}