Scrape Builder Free 0.1

Scrape Builder Free 0.1

Smartest way to get the best CSS Selectors and XPath.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "name": "Scrape Builder Free 0.1",
  "homepage_url": "http://marketingmall.net/scrapebuilderfree",
  "description": "Smartest way to get the best CSS Selectors and XPath.",
  "version": "0.1",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "XPath & CSS Selectors Scrape Builder"
  }
}