DPD Helper

A little extension that restrict DPD users for unwanted transactions.

Что такое DPD Helper?

DPD Helper - это расширение Chrome, разработанное renzlo.m, и его основная функция - "A little extension that restrict DPD users for unwanted transactions.".

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

screenshot

Скачать файл CRX расширения DPD Helper

Скачайте файлы расширений DPD Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension will restrict the users from our company to click links that is not in the instructions resulting in unwanted charged from the client side.                    

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

Название DPD Helper DPD Helper
ID ieigohfjppflacbhgmppiihffjpnccoi
Официальный URL https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi
Описание A little extension that restrict DPD users for unwanted transactions.
Размер файла 22.36 KB
Количество установок 72
Текущая Версия 1.0.4
Последнее Обновление 2021-06-09
Дата публикации 2021-03-01
Разработчик renzlo.m
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DPD Helper",
    "description": "A little extension that restrict DPD users for unwanted transactions.",
    "version": "1.0.4",
    "manifest_version": 2,
    "icons": {
        "16": ".\/16x16.png",
        "32": ".\/32x32.png",
        "48": ".\/48x48.png",
        "64": ".\/64x64.png",
        "128": ".\/128x128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/32x32.png"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/dpd.dc.aeb.com\/*"
    ]
}