Taobao-coupon
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
ما هو Taobao-coupon؟
Taobao-coupon هو إضافة Chrome تم تطويرها بواسطة Opentao، والميزة الرئيسية لها هي "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Taobao-coupon
قم بتنزيل ملفات الامتداد Taobao-coupon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. معلومات أساسية عن التمديد
| الاسم | |
| ID | dabheldlejolihkpmjnjhcgcojlgmfae |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae |
| الوصف | The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao. |
| حجم الملف | 76.33 KB |
| عدد التثبيتات | 110 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2023-04-25 |
| تاريخ النشر | 2020-09-08 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | Opentao |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://opentao.cloud |
| عنوان صفحة المساعدة | https://opentao.cloud |
| عنوان صفحة سياسة الخصوصية | https://opentao.cloud/privacy-policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"content.css"
],
"js": [
"libs\/crypto-js.min.js",
"content.js"
],
"matches": [
"https:\/\/*.taobao.com\/*",
"https:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.hk\/*",
"https:\/\/*.opentao.cloud\/*"
],
"run_at": "document_end",
"all_frames": true
}
],
"description": "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.",
"icons": {
"128": "images\/logo_128x128.png",
"16": "images\/logo_16x16.png",
"48": "images\/logo_48x48.png"
},
"manifest_version": 3,
"author": "[email protected]",
"name": "Taobao-coupon",
"permissions": [
"scripting",
"tabs",
"activeTab",
"declarativeNetRequest"
],
"version": "1.1",
"action": {
"default_icon": "images\/logo_32x32.png"
},
"content_security_policy": [],
"host_permissions": [
"https:\/\/*.taobao.com\/*",
"https:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.hk\/*",
"https:\/\/*.opentao.cloud\/*"
]
} | |