Amazon Discount Filter Search

Add a discount filter to find hidden Amazon discounts

Amazon Discount Filter Search란 무엇입니까?

Amazon Discount Filter Search은(는) https://pricecraft.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a discount filter to find hidden Amazon discounts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Amazon Discount Filter Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save money with this free Chrome plugin.
Find the best deals on Amazon. This plugin adds a discount filter to find hidden discounts.
Just visit Amazon, search and and choose how much percentage you want to save(0-99%)

Works with:
==========
United States, United Kingdom, Germany, France, Espania and Italy

Have fun :-)                    

확장 프로그램 기본 정보

이름 Amazon Discount Filter Search Amazon Discount Filter Search
ID eohbbajkoooocjajdbdhociepglcinjo
공식 URL https://chromewebstore.google.com/detail/amazon-discount-filter-se/eohbbajkoooocjajdbdhociepglcinjo
설명 Add a discount filter to find hidden Amazon discounts
파일 크기 564 KB
설치 횟수 828
현재 버전 1.1.0.4
최근 업데이트 2024-01-30
출시 날짜 2020-06-23
평점 1.00/5 총 1 개의 평점
개발자 https://pricecraft.de
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://pricecraft.de
도움말 페이지 URL http://pricecraft.de/#contact
개인정보 보호 정책 페이지 URL http://pricecraft.de/police.html
지원되는 언어 de,en,en-GB,en-US,fr,nl,tr,es,it,pl,cs
manifest.json
{
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/functions.js",
                ".\/js\/popper.min.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com; script-src-elem 'self' 'unsafe-inline';"
    },
    "default_locale": "en",
    "description": "__MSG_appdesc__",
    "icons": {
        "128": "img\/discount_128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu\/zbI0msJOXHiLhjUBztyRwECCxCNL8sgH5Ib\/rP5Lv6320ZCWhELdNvpOQeeOGFt+B9PstUe\/18qzCuoHhqUKNJSSXwPsIyWedbBVe9KW+iiUVJx70+Qt0qEIPsSYTb1r+f8TNt885mP5vfUTCe8yzHEpZqCZEaL2WPfshmX5a09y4vlAVhk0RWz9CYbqxx0qRkbbgKFj0nyG5aV5n1dN6dHOx5eHSYB2\/gmT5RwC53bPusKj5Pfo42C7uoGwtihSIojxQkTYvg0M5KA+7bF7nIO4Ib59AtdwPpHswF+BFC3qyFFx9fbUOP6w2jEKT64zXrub+Xzo4mlVWkRZ3LqQIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_appname__",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/",
        "https:\/\/www.amazon.de\/",
        "https:\/\/www.amazon.it\/",
        "https:\/\/www.amazon.co.uk\/",
        "https:\/\/www.amazon.fr\/",
        "https:\/\/www.amazon.es\/"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "short_name": "AMZ Discount",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0.4"
}