Remove Amazon tag and ref links

Removes Amazon tags, item names, and refs from links

Cos'è Remove Amazon tag and ref links?

Remove Amazon tag and ref links è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Removes Amazon tags, item names, and refs from links".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove Amazon tag and ref links

Scarica i file di estensione Remove Amazon tag and ref links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        When directed to an Amazon link, it will strip out any affiliate links, product names, or tracking references from the URL. Leaving you with a much shorter URL to copy/paste.                    

Informazioni di Base sull'Estensione

Nome Remove Amazon tag and ref links Remove Amazon tag and ref links
ID idoiiaaneaalcjpokjiaopdcbikfjkgi
URL Ufficiale https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi
Descrizione Removes Amazon tags, item names, and refs from links
Dimensione del File 3.76 KB
Conteggio Installazioni 435
Versione Corrente 0.4
Ultimo Aggiornamento 2017-06-19
Data di Pubblicazione 2017-06-19
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Amazon tag and ref links",
    "description": "Removes Amazon tags, item names, and refs from links",
    "version": "0.4",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/amazon.com\/*",
        "*:\/\/amazon.co.uk\/*"
    ],
    "background": {
        "scripts": [
            "backgroundscript.js"
        ],
        "persistent": true
    }
}