Green AcFun

Green AcFun

彩色Ac 作者:Rekkles 博客:http://rekkles.xyz

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Green AcFun",
  "manifest_version": 2,
  "version": "1.0.7",
  "description": "彩色Ac 作者:Rekkles 博客:http://rekkles.xyz",
  "browser_action": {
    "default_icon": "images/01.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.acfun.cn/*",
        "*://acfun.cn/*"
      ],
      "js": [
        "js/jquery.js",
        "js/back.js"
      ],
      "run_at": "document_end"
    }
  ]
}