chara-ani AKB48 Select Helper

chara-ani AKB48 Select Helper

chara-aniの日程・チームの選択を楽にする拡張機能です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "chara-ani AKB48 Select Helper",
  "description": "chara-aniの日程・チームの選択を楽にする拡張機能です。",
  "version": "4.1.2",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icon_19.png",
      "38": "icon_38.png"
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://akb48.chara-ani.com/hall*/akbreserve.aspx",
        "https://akb48.chara-ani.com/hall*/info.aspx",
        "https://stu48.chara-ani.com/hall*/akbreserve.aspx",
        "https://stu48.chara-ani.com/hall*/info.aspx"
      ],
      "js": [
        "jquery.min.js",
        "chara-ani.akb48.select.helper.user.js",
        "chara-ani.akb48.table.arranger.user.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_page": "options.html",
  "web_accessible_resources": [
    "jquery.min.*"
  ],
  "homepage_url": "http://fronoske.net/"
}