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是由https://amazi.me开发的Chrome扩展程序,该扩展的主要功能是“Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items”。

扩展截图

screenshot

下载Amazin Amazon Filter扩展crx文件

下载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"
    ]
}