Ex绅士助手

Ex绅士助手

帮助没有分数的用户下载本子,以及遇到各种诡异文字的快速搜索功能.用法?自己摸索啦.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ex绅士助手",
  "description": "帮助没有分数的用户下载本子,以及遇到各种诡异文字的快速搜索功能.用法?自己摸索啦.",
  "version": "1.6.1",
  "author": "Lizeqiangd",
  "permissions": [
    "activeTab",
    "tabs",
    "https://chrome_plugin.acgs.me/"
  ],
  "icons": {
    "80": "80icon.JPG",
    "128": "128icon.JPG"
  },
  "web_accessible_resources": [
    "jquery.min.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://exhentai.org/g/*",
        "http://exhentai.com/g/*",
        "http://e-hentai.org/g/*",
        "https://exhentai.org/g/*",
        "https://exhentai.com/g/*",
        "https://e-hentai.org/g/*"
      ],
      "js": [
        "jquery.min.js",
        "main.js"
      ]
    }
  ]
}