Remove Amazon tag and ref links

Removes Amazon tags, item names, and refs from links

Wat is Remove Amazon tag and ref links?

Remove Amazon tag and ref links is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Removes Amazon tags, item names, and refs from links".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Remove Amazon tag and ref links

Download Remove Amazon tag and ref links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Remove Amazon tag and ref links Remove Amazon tag and ref links
ID idoiiaaneaalcjpokjiaopdcbikfjkgi
Officiële URL https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi
Beschrijving Removes Amazon tags, item names, and refs from links
Bestandsgrootte 3.76 KB
Aantal Installaties 435
Huidige Versie 0.4
Laatst Bijgewerkt 2017-06-19
Publicatiedatum 2017-06-19
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
    }
}