DPD Helper
A little extension that restrict DPD users for unwanted transactions.
What is DPD Helper?
DPD Helper is a Chrome extension developed by renzlo.m, and its main feature is "A little extension that restrict DPD users for unwanted transactions.".
Extension Screenshots
Download DPD Helper Extension CRX File
Download DPD Helper 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
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.
Extension Basic Information
Name | |
ID | ieigohfjppflacbhgmppiihffjpnccoi |
Official URL | https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi |
Description | A little extension that restrict DPD users for unwanted transactions. |
File Size | 22.36 KB |
Installation Count | 72 |
Current Version | 1.0.4 |
Last Updated | 2021-06-09 |
Publish Date | 2021-03-01 |
Developer | renzlo.m |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |