Pandabuy Currency Converter
Convert all currencies into a selected one.
ما هو Pandabuy Currency Converter؟
Pandabuy Currency Converter هو إضافة Chrome تم تطويرها بواسطة Angus Paillaugue، والميزة الرئيسية لها هي "Convert all currencies into a selected one.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pandabuy Currency Converter
قم بتنزيل ملفات الامتداد Pandabuy Currency Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enhance your PandaBuy website shopping experience with PCC! This versatile Chrome extension automates currency conversion, customizes Yuppo.com, and seamlessly connects you to PandaBuy. Say goodbye to manual conversions, enjoy clutter-free Yuppo.com, and effortlessly browse Chinese marketplaces. Shop smarter with PCC today!
معلومات أساسية عن التمديد
الاسم | Pandabuy Currency Converter |
ID | bmefkfichlgfpmgdpkgkkebpdkfhbmnm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pandabuy-currency-convert/bmefkfichlgfpmgdpkgkkebpdkfhbmnm |
الوصف | Convert all currencies into a selected one. |
حجم الملف | 58.11 KB |
عدد التثبيتات | 730 |
النسخة الحالية | 2.1.1 |
آخر تحديث | 2024-01-11 |
تاريخ النشر | 2023-10-08 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Angus Paillaugue |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://pcc.paillaugue.fr |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pandabuy Currency Converter", "description": "Convert all currencies into a selected one.", "version": "2.1.1", "update_notes": "The PCC extension is now free. Enjoy!", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16-icon.png", "32": "icons\/32-icon.png" } }, "icons": { "16": "icons\/16-icon.png", "32": "icons\/32-icon.png", "48": "icons\/48-icon.png", "128": "icons\/128-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.pandabuy.com\/*", "*:\/\/*.yupoo.com\/*", "*:\/\/*.weidian.com\/*", "*:\/\/weidian.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.reddit.com\/*" ], "exclude_matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "host_permissions": [ " |