Remove Amazon tag and ref links

Removes Amazon tags, item names, and refs from links

Что такое Remove Amazon tag and ref links?

Remove Amazon tag and ref links - это расширение Chrome, разработанное Unknown, и его основная функция - "Removes Amazon tags, item names, and refs from links".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Remove Amazon tag and ref links

Скачайте файлы расширений Remove Amazon tag and ref links в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Remove Amazon tag and ref links Remove Amazon tag and ref links
ID idoiiaaneaalcjpokjiaopdcbikfjkgi
Официальный URL https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi
Описание Removes Amazon tags, item names, and refs from links
Размер файла 3.76 KB
Количество установок 435
Текущая Версия 0.4
Последнее Обновление 2017-06-19
Дата публикации 2017-06-19
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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
    }
}