Snahp Forum Link Solver

Snahp Forum Link Solver

Automatically find and decode all /r/megalinks and Snahp forum post links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Snahp Forum Link Solver",
  "manifest_version": 2,
  "description": "Automatically find and decode all /r/megalinks and Snahp forum post links.",
  "version": "1.6.0",
  "author": "Sam Kauffman (SamVK)",
  "icons": {
    "16": "img/icon/icon-16.png",
    "48": "img/icon/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://forum.snahp.it/viewtopic.php*",
        "https://fora.snahp.eu/viewtopic.php*",
        "https://megadb.tweakly.net/thread/*"
      ],
      "js": [
        "forum/index.js"
      ],
      "css": [
        "forum/style.css"
      ]
    },
    {
      "matches": [
        "*://links.snahp.it/*",
        "*://links.snahp.eu/*"
      ],
      "js": [
        "links/index.js"
      ],
      "css": [
        "links/style.css"
      ]
    }
  ]
}