DarkOrbit SID Login

Allows SID login

Qu'est-ce que DarkOrbit SID Login ?

DarkOrbit SID Login est une extension Chrome développée par DarkBot, et sa fonction principale est "Allows SID login".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DarkOrbit SID Login

Téléchargez les fichiers d'extension DarkOrbit SID Login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DarkOrbit SID Login DarkOrbit SID Login
ID hnpbnnaglicijamhpmphajfkmdfpobca
URL Officiel https://chromewebstore.google.com/detail/darkorbit-sid-login/hnpbnnaglicijamhpmphajfkmdfpobca
Description Allows SID login
Taille du Fichier 4.35 KB
Nombre d'Installations 2,846
Version Actuelle 1.2.1
Dernière Mise à Jour 2021-05-23
Date de Publication 2020-10-08
Évaluation 5.00/5 Total 7 Évaluations
Développeur DarkBot
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}