Amazon Tag Remover

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

Τι είναι το Amazon Tag Remover;

Το Amazon Tag Remover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tim 'timbru31' Brust, και η κύρια λειτουργία του είναι "Remove the Amazon affiliate tracking ID (tag) from amazon links".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Tag Remover

Λήψη αρχείων επέκτασης Amazon Tag Remover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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