GBF Raid Finder Auto-Copier

GBF Raid Finder Auto-Copier

Extension that helps auto-copy the newest room ID in the raid finder webpage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1",
  "manifest_version": 2,
  "permissions": [
    "clipboardWrite"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png",
    "1024": "images/icon-1024.png"
  },
  "web_accessible_resources": [
    "css/content.css"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gbf-raidfinder.la-foret.me/",
        "https://gbf-raidfinder-tw.herokuapp.com/"
      ],
      "js": [
        "lib/jquery-3.5.1.js",
        "content.js"
      ],
      "css": [
        "css/content.css"
      ]
    }
  ]
}