Movie name translator and Kickass Search

Movie name translator and Kickass Search

Just select the movie name in any website and click the button, this plug-in will automatically open a new tab and search the movie…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "/search.js"
    ]
  },
  "manifest_version": 2,
  "name": "Movie name translator and Kickass Search",
  "version": "1.1",
  "permissions": [
    "contextMenus",
    "tabs",
    "https://api.douban.com/*"
  ],
  "icons": {
    "16": "icon16.png",
    "128": "icon16.png"
  }
}