PDE Chrome Extension

An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.

What is PDE Chrome Extension?

PDE Chrome Extension is a Chrome extension developed by shop.pdexp, and its main feature is "An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.".

Extension Screenshots

screenshot

Download PDE Chrome Extension Extension CRX File

Download PDE Chrome Extension 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

                        An extension that simplifies buying from a number of shopping web sites.                    

Extension Basic Information

Name PDE Chrome Extension PDE Chrome Extension
ID olidnlkmhdohckpgompadkmdolohkeae
Official URL https://chromewebstore.google.com/detail/pde-chrome-extension/olidnlkmhdohckpgompadkmdolohkeae
Description An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.
File Size 567 KB
Installation Count 1,516
Current Version 1.1.0
Last Updated 2022-06-08
Publish Date 2022-01-31
Developer shop.pdexp
Email [email protected]
Payment Type free
Extension Website https://shop.pdexp.com
Help Page URL https://pdexp.com
Supported Languages fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDE Chrome Extension",
    "description": "An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.",
    "manifest_version": 3,
    "version": "1.1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "fonts\/iransans-font.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/shopadmin.pdexp.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "amazon-location-changer.js",
                "macys-location-changer.js",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}