PDE Chrome Extension

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

Wat is PDE Chrome Extension?

PDE Chrome Extension is een Chrome-extensie ontwikkeld door shop.pdexp, en de belangrijkste functie is "An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PDE Chrome Extension

Download PDE Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PDE Chrome Extension PDE Chrome Extension
ID olidnlkmhdohckpgompadkmdolohkeae
Officiële URL https://chromewebstore.google.com/detail/pde-chrome-extension/olidnlkmhdohckpgompadkmdolohkeae
Beschrijving An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.
Bestandsgrootte 567 KB
Aantal Installaties 1,516
Huidige Versie 1.1.0
Laatst Bijgewerkt 2022-06-08
Publicatiedatum 2022-01-31
Ontwikkelaar shop.pdexp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://shop.pdexp.com
Help Pagina-URL https://pdexp.com
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}