NM +

NM +

NM + gir deg en bedre opplevelse på Nordicmafia.org

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NM +",
  "version": "2.7.0",
  "description": "NM + gir deg en bedre opplevelse på Nordicmafia.org",
  "host_permissions": [
    "https://nordicmafia.org/"
  ],
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "mf16.png",
      "48": "mf48.png",
      "128": "mf128.png"
    },
    "default_title": "NM +",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://nordicmafia.org/index*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://nordicmafia.org/index*"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=usersonline"
      ],
      "js": [
        "usersonline.js"
      ],
      "css": [
        "usersonline.css"
      ]
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=gta*"
      ],
      "js": [
        "garage.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=kill"
      ],
      "js": [
        "detective.js"
      ],
      "css": [
        "detective.css"
      ]
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=filmmaking"
      ],
      "js": [
        "filmmaking.js"
      ]
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=game_dice"
      ],
      "js": [
        "ts.js"
      ],
      "css": [
        "ts.css"
      ]
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=blackmail"
      ],
      "js": [
        "blackmail.js"
      ]
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=viewthread*"
      ],
      "js": [
        "forum.js"
      ]
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=editprofile*"
      ],
      "js": [
        "userSettings.js"
      ],
      "css": [
        "userSettings.css"
      ]
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=usedcar_buy*"
      ],
      "js": [
        "usedcar.js"
      ],
      "css": [
        "usedcar.css"
      ]
    },
    {
      "matches": [
        "https://nordicmafia.org/index.php?p=bank*"
      ],
      "js": [
        "bank.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "mf16.png",
    "48": "mf48.png",
    "128": "mf128.png"
  }
}