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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Data Scrapper Data Scrapper
ID jlipjjlbnogejmanaplfhbacgbgcdopg
公式URL 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"
    }
}