SpendOver - Amazon Free Shipping Filter

Simple filter for Amazon products which are eligible for free international shipping

SpendOver - Amazon Free Shipping Filter란 무엇입니까?

SpendOver - Amazon Free Shipping Filter은(는) amazonspendover에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple filter for Amazon products which are eligible for free international shipping"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SpendOver - Amazon Free Shipping Filter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Amazon doesn't allow to filter search results by this offer, this extension highlights the "eligible for free international shipping" sentence in green, and filters out listings which are not included in this offer.

v1.2 - New Upgrades:
- Added support for listings which are eligible for free shipping, and exceeding the spend over limit.
- Added support for new Amazon web pages: New Releases, Movers & Shakers, Most Wished For, Gift Ideas.

Supports the following Amazon web pages:
- Amazon Search Results
- Best Sellers Ranking
- Today’s Deals

Eligible shipping destinations, and their minimum dollar amount:
- Hong Kong,  spend over $49 USD
- Israel , spend over $65 USD
- Colombia , spend over  $35 USD
- Chile , spend over $49 USD
- Taiwan , spend over $60 USD

If you find the extension useful, buy me a coffee to support the extension and it's development :) 

More information: 
https://amazon.com/gp/help/customer/display.html?nodeId=GY48Z9B62JLTAQV2
Supported Destinations: 
https://www.amazon.com/b?node=23450861011                    

확장 프로그램 기본 정보

이름 SpendOver - Amazon Free Shipping Filter SpendOver - Amazon Free Shipping Filter
ID bcpbgclbfajeikpeglnfdclepjddgglp
공식 URL https://chromewebstore.google.com/detail/spendover-amazon-free-shi/bcpbgclbfajeikpeglnfdclepjddgglp
설명 Simple filter for Amazon products which are eligible for free international shipping
파일 크기 2.46 MB
설치 횟수 255
현재 버전 1.2
최근 업데이트 2021-09-14
출시 날짜 2021-08-26
평점 4.40/5 총 5 개의 평점
개발자 amazonspendover
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.buymeacoffee.com/amazonspendover
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpendOver - Amazon Free Shipping Filter",
    "description": "Simple filter for Amazon products which are eligible for free international shipping",
    "version": "1.2",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "SpendOver - Amazon Free Shipping Filter",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/content.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "v.png",
        "loading1.gif",
        "info-loader.gif",
        "Ellipsis-1.1s-191px.gif"
    ]
}