SKE48 Voting Assistant 2017

SKE48 Voting Assistant 2017

AKB48 49thシングル選抜総選挙でのSKE48メンバーへの投票を補助する拡張機能です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SKE48 Voting Assistant 2017",
  "description": "AKB48 49thシングル選抜総選挙でのSKE48メンバーへの投票を補助する拡張機能です。",
  "version": "1.0.2",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://akb48-sousenkyo.jp/vote.php?membercode=*",
        "http://akb48-sousenkyo.jp/vote_thanks.php"
      ],
      "js": [
        "assist.vote.ske.2017.user.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_page": "options.html",
  "homepage_url": "https://plus.google.com/112869918300681260602"
}