Amazon Tag Remover

Remove the Amazon affiliate tracking ID (tag) from amazon links

Amazon Tag Remover란 무엇입니까?

Amazon Tag Remover은(는) Tim 'timbru31' Brust에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove the Amazon affiliate tracking ID (tag) from amazon links"입니다.

확장 프로그램 스크린샷

screenshot

Amazon Tag Remover 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Amazon Tag Remover allows you to automatically remove the affiliate (tracking) ID from links.
All countries and amzn.to shortlinks are supported.

++++

Support (and source code) can be found at GitHub: https://github.com/timbru31/amazon-tag-remover
Follow me on twitter: https://twitter.com/timbru31

++++

I am not affiliated with Amazon in any way.                    

확장 프로그램 기본 정보

이름 Amazon Tag Remover Amazon Tag Remover
ID mmajdhfdokfcaiadahjnffhbfjfkmcnc
공식 URL https://chromewebstore.google.com/detail/amazon-tag-remover/mmajdhfdokfcaiadahjnffhbfjfkmcnc
설명 Remove the Amazon affiliate tracking ID (tag) from amazon links
파일 크기 192 KB
설치 횟수 2,585
현재 버전 0.10.2
최근 업데이트 2021-12-19
출시 날짜 2019-12-28
평점 4.14/5 총 28 개의 평점
개발자 Tim 'timbru31' Brust
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/timbru31/amazon-tag-remover
도움말 페이지 URL https://github.com/timbru31/amazon-tag-remover/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Tag Remover",
    "version": "0.10.2",
    "manifest_version": 2,
    "minimum_chrome_version": "70",
    "applications": {
        "gecko": {
            "id": "{744e2cc4-e8d5-4ab9-814e-d7dc30a09b3c}",
            "strict_min_version": "60.0"
        }
    },
    "author": "Tim 'timbru31' Brust",
    "description": "Remove the Amazon affiliate tracking ID (tag) from amazon links",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "storage",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.at\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.sg\/*",
        "*:\/\/*.amazon.com.tr\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.eg\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.ie\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.pl\/*",
        "*:\/\/*.amazon.se\/*",
        "*:\/\/*.amazon.sg\/*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    }
}