Amazon Tag Remover

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

Hvad er Amazon Tag Remover?

Amazon Tag Remover er en Chrome-udvidelse udviklet af Tim 'timbru31' Brust, og dens hovedfunktion er "Remove the Amazon affiliate tracking ID (tag) from amazon links".

Udvidelsesskærmbilleder

screenshot

Download Amazon Tag Remover-udvidelses-CRX-fil

Download Amazon Tag Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon Tag Remover Amazon Tag Remover
ID mmajdhfdokfcaiadahjnffhbfjfkmcnc
Officiel URL https://chromewebstore.google.com/detail/amazon-tag-remover/mmajdhfdokfcaiadahjnffhbfjfkmcnc
Beskrivelse Remove the Amazon affiliate tracking ID (tag) from amazon links
Filstørrelse 192 KB
Antal Installationer 2,585
Nuværende Version 0.10.2
Senest Opdateret 2021-12-19
Udgivelsesdato 2019-12-28
Bedømmelse 4.14/5 Samlet 28 Bedømmelser
Udvikler Tim 'timbru31' Brust
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/timbru31/amazon-tag-remover
Hjælpeside-URL https://github.com/timbru31/amazon-tag-remover/issues
Understøttede Sprog 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"
    }
}