DarkOrbit SID Login

DarkOrbit SID Login

DarkOrbit SID Login is an extension to allow you to access DarkOrbit backpage when bot is running. The SID is your SessionID, with this extension you can access your account without the necessity of using username and password.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "DarkOrbit SID Login",
  "version": "1.2.0",
  "description": "Allows SID login",
  "author": "Popcorn",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.darkorbit.com/*"
      ],
      "js": [
        "sid-login.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "cookies",
    "https://*.darkorbit.com/"
  ]
}