Ali Express Content Scrapper
Scrapping content of websites
ما هو Ali Express Content Scrapper؟
Ali Express Content Scrapper هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Scrapping content of websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ali Express Content Scrapper
قم بتنزيل ملفات الامتداد Ali Express Content Scrapper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is AliExpress products scraper. You need to install related scraper installer on your machine. Output file will be generated on your desktop inside "AliExpress Data Files"
معلومات أساسية عن التمديد
الاسم | Ali Express Content Scrapper |
ID | emieicecjgepgnmegendmlhhphoofcdc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc |
الوصف | Scrapping content of websites |
حجم الملف | 418 KB |
عدد التثبيتات | 280 |
النسخة الحالية | 2.2 |
آخر تحديث | 2019-02-01 |
تاريخ النشر | 2019-02-01 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ali Express Content Scrapper", "description": "Scrapping content of websites", "version": "2.2", "permissions": [ "tabs", "nativeMessaging" ], "background": { "scripts": [ "popup.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/aliexpress.png", "default_title": "Scrapping Content:", "default_popup": "popup.html" }, "manifest_version": 2 } |