Link All

Link All

Link all the nodes. It is not as easy as you would think.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Link All",
  "description": "Link all the nodes. It is not as easy as you would think.",
  "version": "1.4.0.0",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "storage",
    "webview",
    "*://*.ad4game.com/"
  ]
}