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
官方網址 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\/*"
    ]
}