PDE Chrome Extension
An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.
ما هو PDE Chrome Extension؟
PDE Chrome Extension هو إضافة Chrome تم تطويرها بواسطة shop.pdexp، والميزة الرئيسية لها هي "An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PDE Chrome Extension
قم بتنزيل ملفات الامتداد PDE Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that simplifies buying from a number of shopping web sites.
معلومات أساسية عن التمديد
الاسم | |
ID | olidnlkmhdohckpgompadkmdolohkeae |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pde-chrome-extension/olidnlkmhdohckpgompadkmdolohkeae |
الوصف | An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon. |
حجم الملف | 567 KB |
عدد التثبيتات | 1,516 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2022-06-08 |
تاريخ النشر | 2022-01-31 |
المطور | shop.pdexp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://shop.pdexp.com |
عنوان صفحة المساعدة | https://pdexp.com |
اللغات المدعومة | 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": [ " |