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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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