PDE Chrome Extension
An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.
Was ist PDE Chrome Extension?
PDE Chrome Extension ist eine Chrome-Erweiterung, die von shop.pdexp entwickelt wurde, und ihr Hauptmerkmal ist "An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.".
Erweiterungsscreenshots
PDE Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie PDE Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
An extension that simplifies buying from a number of shopping web sites. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | olidnlkmhdohckpgompadkmdolohkeae |
| Offizielle URL | https://chromewebstore.google.com/detail/pde-chrome-extension/olidnlkmhdohckpgompadkmdolohkeae |
| Beschreibung | An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon. |
| Dateigröße | 567 KB |
| Installationsanzahl | 1,516 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2022-06-08 |
| Veröffentlichungsdatum | 2022-01-31 |
| Entwickler | shop.pdexp |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://shop.pdexp.com |
| Hilfeseite URL | https://pdexp.com |
| Unterstützte Sprachen | 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": [
" | |