Rakuten Data Scraper - Product, Sales

Rakuten Data Scraper - Product, Sales

Rakuten.co.jp data scraper - easy data extraction tools of product, price, sales rank, review

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rakuten Data Scraper - Product, Sales",
  "description": "Rakuten.co.jp data scraper - easy data extraction tools of product, price, sales rank, review",
  "version": "1.0",
  "icons": {
    "128": "rakuten.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "https://www.rakuten.co.jp/",
    "http://www.rakuten.co.jp/",
    "https://datasundayapps.com/",
    "http://datasundayapps.com/",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  }
}