Remove Amazon tag and ref links

Removes Amazon tags, item names, and refs from links

What is Remove Amazon tag and ref links?

Remove Amazon tag and ref links is a Chrome extension developed by Unknown, and its main feature is "Removes Amazon tags, item names, and refs from links".

Extension Screenshots

screenshot

Download Remove Amazon tag and ref links Extension CRX File

Download Remove Amazon tag and ref links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Remove Amazon tag and ref links Remove Amazon tag and ref links
ID idoiiaaneaalcjpokjiaopdcbikfjkgi
Official URL https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi
Description Removes Amazon tags, item names, and refs from links
File Size 3.76 KB
Installation Count 435
Current Version 0.4
Last Updated 2017-06-19
Publish Date 2017-06-19
Rating 3.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
    }
}