Amazon Review Scraper

Scrape Amazon reviews, ratings with this extension.

Amazon Review Scraperとは何ですか?

Amazon Review Scraperはsarathisahooによって開発されたChromeの拡張機能で、その主な機能は「Scrape Amazon reviews, ratings with this extension.」です。

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

Amazon Review Scraper拡張機能のCRXファイルをダウンロード

Amazon Review Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With this extension you can scrape reviews and ratings of any amazon product within few seconds.

Go to Amazon website, Go to any product page. Then right click on page and click "Scrape Reviews from this product" option. It will extract all reviews and ratings of the product and save it as a CSV excel file.                    

拡張機能の基本情報

名前 Amazon Review Scraper Amazon Review Scraper
ID kpmpdlljfabhiffaoamleakiblkbmmle
公式URL https://chromewebstore.google.com/detail/amazon-review-scraper/kpmpdlljfabhiffaoamleakiblkbmmle
説明 Scrape Amazon reviews, ratings with this extension.
ファイルサイズ 138 KB
インストール数 333
現在のバージョン 1.1.4
最終更新日 2020-09-06
公開日 2019-07-25
評価 3.25/5 合計 4 レビュー
開発者 sarathisahoo
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.privacypolicies.com/live/6a5bf36b-a38f-4aa4-b7e6-dbc18ab164ff
対応言語 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/csv.js",
            "js\/async.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/async.min.js",
                "js\/jquery.query-object.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "default_locale": "en",
    "description": "Scrape Amazon reviews, ratings with this extension.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "manifest_version": 2,
    "name": "Amazon Review Scraper",
    "permissions": [
        "downloads",
        "contextMenus",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4"
}