Data Scrapper
This extension will Scrape Asins from Amazon Search Results & StoreFront.
什麼是Data Scrapper?
Data Scrapper是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension will Scrape Asins from Amazon Search Results & StoreFront.”。
擴展截圖
下載Data Scrapper擴展crx文件
下載Data Scrapper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension for Google Chrome ™ that allows the extraction of information from Web Pages.
Data Scrapper is an extension developed by NerdzPlanet Team for Google Chrome ™ that allows the extraction of information. 擴展基本資訊
| 名稱 | |
| ID | jlipjjlbnogejmanaplfhbacgbgcdopg |
| 官方網址 | https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg |
| 簡介 | This extension will Scrape Asins from Amazon Search Results & StoreFront. |
| 檔案大小 | 248 KB |
| 安裝次數 | 364 |
| 目前版本 | 1.5.1 |
| 更新時間 | 2020-05-06 |
| 上架時間 | 2020-05-06 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | http://mydatascraper.com/ |
| 說明頁面URL | http://mydatascraper.com/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Data Scrapper",
"version": "1.5.1",
"description": "This extension will Scrape Asins from Amazon Search Results & StoreFront.",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/*"
],
"js": [
"script.js"
]
}
],
"permissions": [
"tabs",
"activeTab",
"https:\/\/www.amazon.com\/*",
"http:\/\/mydatascraper.com\/functions\/"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
}
} | |