DPD Helper

A little extension that restrict DPD users for unwanted transactions.

什么是DPD Helper?

DPD Helper是由renzlo.m开发的Chrome扩展程序,该扩展的主要功能是“A little extension that restrict DPD users for unwanted transactions.”。

扩展截图

screenshot

下载DPD Helper扩展crx文件

下载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\/*"
    ]
}