蜘蛛磁力搜索

蜘蛛磁力搜索

搜索想看的视频,书籍,软件的磁力链接,方便,节省时间

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "蜘蛛磁力搜索",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "搜索想看的视频,书籍,软件的磁力链接,方便,节省时间",
  "browser_action": {
    "default_icon": "images/icons/64.png",
    "default_title": "蜘蛛磁力搜索",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "images/icons/16.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "background": {
    "page": "html/background.html"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "webRequest",
    "notifications",
    "https://zizhucili.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.1.0.js",
        "js/tip.js"
      ],
      "css": [
        "css/tip.css"
      ]
    }
  ],
  "options_page": "html/options.html",
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "homepage_url": "https://zizhucili.com",
  "omnibox": {
    "keyword": "bt"
  }
}