AliExpress Batch Scraper
products scrap collect Tool for Aliexpress,taobao,yahoo etc
ما هو AliExpress Batch Scraper؟
AliExpress Batch Scraper هو إضافة Chrome تم تطويرها بواسطة https://wangbo1086.wixsite.com/scraper، والميزة الرئيسية لها هي "products scrap collect Tool for Aliexpress,taobao,yahoo etc".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AliExpress Batch Scraper
قم بتنزيل ملفات الامتداد AliExpress Batch Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
products scrap collect Tool for Aliexpress,taobao,yahoo etc معلومات أساسية عن التمديد
| الاسم | |
| ID | achpmbllimammnnpnpodbfkgijdjafpj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj |
| الوصف | products scrap collect Tool for Aliexpress,taobao,yahoo etc |
| حجم الملف | 889 KB |
| عدد التثبيتات | 44 |
| النسخة الحالية | 3.6 |
| آخر تحديث | 2023-11-03 |
| تاريخ النشر | 2020-01-11 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://wangbo1086.wixsite.com/scraper |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://wangbo1086.wixsite.com/scraper |
| عنوان صفحة المساعدة | https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper |
| عنوان صفحة سياسة الخصوصية | https://scraper.tokyo/ebay/privacy-policy |
| اللغات المدعومة | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AliExpress Batch Scraper",
"short_name": "ABS",
"description": "products scrap collect Tool for Aliexpress,taobao,yahoo etc",
"version": "3.6",
"minimum_chrome_version": "16.0.884",
"permissions": [
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.banggood.com\/*",
"https:\/\/*.taobao.com\/*",
"https:\/\/*.tmall.com\/*",
"storage",
"https:\/\/scraper.tokyo\/*",
"https:\/\/script.google.com\/*"
],
"content_security_policy": "script-src 'self' object-src",
"background": {
"persistent": true,
"scripts": [
"background.js",
"jszip.js",
"encoding.js",
"FileSaver.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"chrome_style": true,
"default_icon": "ImportCSVCapture128.png",
"scripts": [
"jszip.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
},
"icons": {
"16": "ImportCSVCapture16.png",
"48": "ImportCSVCapture48.png",
"128": "ImportCSVCapture128.png"
},
"manifest_version": 2,
"default_locale": "en"
} | |