DarkOrbit SID Login

Allows SID login

Was ist DarkOrbit SID Login?

DarkOrbit SID Login ist eine Chrome-Erweiterung, die von DarkBot entwickelt wurde, und ihr Hauptmerkmal ist "Allows SID login".

Erweiterungsscreenshots

screenshot

DarkOrbit SID Login-Erweiterungs-CRX-Datei herunterladen

Laden Sie DarkOrbit SID Login-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DarkOrbit SID Login DarkOrbit SID Login
ID hnpbnnaglicijamhpmphajfkmdfpobca
Offizielle URL https://chromewebstore.google.com/detail/darkorbit-sid-login/hnpbnnaglicijamhpmphajfkmdfpobca
Beschreibung Allows SID login
Dateigröße 4.35 KB
Installationsanzahl 2,846
Aktuelle Version 1.2.1
Letztes Update 2021-05-23
Veröffentlichungsdatum 2020-10-08
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler DarkBot
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}