Remove Amazon tag and ref links

Removes Amazon tags, item names, and refs from links

Qu'est-ce que Remove Amazon tag and ref links ?

Remove Amazon tag and ref links est une extension Chrome développée par Unknown, et sa fonction principale est "Removes Amazon tags, item names, and refs from links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove Amazon tag and ref links

Téléchargez les fichiers d'extension Remove Amazon tag and ref links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove Amazon tag and ref links Remove Amazon tag and ref links
ID idoiiaaneaalcjpokjiaopdcbikfjkgi
URL Officiel https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi
Description Removes Amazon tags, item names, and refs from links
Taille du Fichier 3.76 KB
Nombre d'Installations 435
Version Actuelle 0.4
Dernière Mise à Jour 2017-06-19
Date de Publication 2017-06-19
Évaluation 3.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
    }
}