AliExpress Batch Scraper
products scrap collect Tool for Aliexpress,taobao,yahoo etc
什麼是AliExpress Batch Scraper?
AliExpress Batch Scraper是由https://wangbo1086.wixsite.com/scraper開發的Chrome擴展程式,該擴展的主要功能是“products scrap collect Tool for Aliexpress,taobao,yahoo etc”。
擴展截圖
下載AliExpress Batch Scraper擴展crx文件
下載AliExpress Batch Scraper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
products scrap collect Tool for Aliexpress,taobao,yahoo etc 擴展基本資訊
| 名稱 | |
| ID | achpmbllimammnnpnpodbfkgijdjafpj |
| 官方網址 | 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 |
| 說明頁面URL | https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper |
| 隱私政策頁面URL | 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"
} | |