DarkOrbit SID Login

Allows SID login

What is DarkOrbit SID Login?

DarkOrbit SID Login is a Chrome extension developed by DarkBot, and its main feature is "Allows SID login".

Extension Screenshots

screenshot

Download DarkOrbit SID Login Extension CRX File

Download DarkOrbit SID Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DarkOrbit SID Login DarkOrbit SID Login
ID hnpbnnaglicijamhpmphajfkmdfpobca
Official URL https://chromewebstore.google.com/detail/darkorbit-sid-login/hnpbnnaglicijamhpmphajfkmdfpobca
Description Allows SID login
File Size 4.35 KB
Installation Count 2,846
Current Version 1.2.1
Last Updated 2021-05-23
Publish Date 2020-10-08
Rating 5.00/5 Total 7 Ratings
Developer DarkBot
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DarkOrbit SID Login",
    "version": "1.2.1",
    "description": "Allows SID login",
    "author": "Popcorn",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.darkorbit.com\/*"
            ],
            "js": [
                "sid-login.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.darkorbit.com\/"
    ]
}