DarkOrbit SID Login

Allows SID login

Wat is DarkOrbit SID Login?

DarkOrbit SID Login is een Chrome-extensie ontwikkeld door DarkBot, en de belangrijkste functie is "Allows SID login".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DarkOrbit SID Login

Download DarkOrbit SID Login-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DarkOrbit SID Login DarkOrbit SID Login
ID hnpbnnaglicijamhpmphajfkmdfpobca
Officiële URL https://chromewebstore.google.com/detail/darkorbit-sid-login/hnpbnnaglicijamhpmphajfkmdfpobca
Beschrijving Allows SID login
Bestandsgrootte 4.35 KB
Aantal Installaties 2,846
Huidige Versie 1.2.1
Laatst Bijgewerkt 2021-05-23
Publicatiedatum 2020-10-08
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar DarkBot
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}