48G Voting Assistant 2018

48G Voting Assistant 2018

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "48G Voting Assistant 2018",
  "description": "AKB48 53thシングル選抜総選挙にてメンバーへの投票を補助する拡張機能です。",
  "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": [
        "https://akb48-sousenkyo.jp/akb/vote?id=*",
        "https://akb48-sousenkyo.jp/akb/vote/error",
        "https://akb48-sousenkyo.jp/akb/vote/complete"
      ],
      "js": [
        "assist.vote.48g.2018.user.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_page": "options.html",
  "homepage_url": "https://fronoske.net/"
}