Bolor-Grabber

Bolor-Grabber

Use easy www.bolor-toli.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bolor-Grabber",
  "short_name": "Bolor-Grabber",
  "description": "Use easy www.bolor-toli.com",
  "version": "2.1.6",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "tts",
    "http://www.bolor-toli.com/*",
    "storage",
    "management"
  ],
  "background": {
    "scripts": [
      "js/background_script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "js/jquery-2.0.3.min.js",
        "js/content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_title": "Bolor-Grabber"
  },
  "web_accessible_resources": [
    "frame.html",
    "js/jquery-2.0.3.min.map"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}