Remove Amazon tag and ref links

Removes Amazon tags, item names, and refs from links

Co je Remove Amazon tag and ref links?

Remove Amazon tag and ref links je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Removes Amazon tags, item names, and refs from links“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove Amazon tag and ref links

Stáhněte si soubory rozšíření Remove Amazon tag and ref links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Remove Amazon tag and ref links Remove Amazon tag and ref links
ID idoiiaaneaalcjpokjiaopdcbikfjkgi
Oficiální URL https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi
Popis Removes Amazon tags, item names, and refs from links
Velikost souboru 3.76 KB
Počet instalací 435
Aktuální Verze 0.4
Poslední Aktualizace 2017-06-19
Datum Vydání 2017-06-19
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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
    }
}