審神者手帳

審神者手帳

とうらぶの刀剣ステータス装備・刀装一覧などの情報表示とミュートやキャプチャが手軽にできるツールです。審神者生活のお供にどうぞ

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "審神者手帳",
  "version": "1.0.43",
  "description": "とうらぶの刀剣ステータス装備・刀装一覧などの情報表示とミュートやキャプチャが手軽にできるツールです。審神者生活のお供にどうぞ",
  "homepage_url": "https://half-a.net/saniwanote",
  "icons": {
    "16": "saniwanote16.png",
    "48": "saniwanote48.png",
    "128": "saniwanote128.png"
  },
  "devtools_page": "devtools.html",
  "minimum_chrome_version": "88",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "http://pc-play.games.dmm.com/*",
    "https://pc-play.games.dmm.com/*"
  ],
  "options_page": "settei.html",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "saniwanote48.png",
    "default_title": "審神者手帳",
    "default_popup": "pop.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://pc-play.games.dmm.com/play/tohken*",
        "https://pc-play.games.dmm.com/play/tohken*"
      ],
      "css": [
        "gamepage.css"
      ],
      "js": [
        "jquery.js",
        "tourabupsc.js"
      ],
      "run_at": "document_end"
    }
  ]
}