[Private]German RuneScape forums - Archive Closer

[Private]German RuneScape forums - Archive Closer

Minimiert Archiv-Kategorien für bestimmte Moderatoren-Gruppen im deutschen offiziellen RuneScape Forum bei jedem Aufruf automatisch. THIS ADD-ON IS NOT AFFILIATED WITH JAGEX LTD IN ANY WAY.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "German RuneScape Forums ToolBox",
  "description": "Adds a red border to all webpages matching mozilla.org.",
  "version": "3.0",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "options_ui": {
    "page": "settings/options.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://secure.runescape.com/m=forum_de*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3d59fae7-ce26-4a4c-aad2-dbd1553c9883}"
    }
  }
}