DarkOrbit SID Login

Allows SID login

Apa itu DarkOrbit SID Login?

DarkOrbit SID Login adalah ekstensi Chrome yang dikembangkan oleh DarkBot, dan fitur utamanya adalah "Allows SID login".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DarkOrbit SID Login

Unduh file ekstensi DarkOrbit SID Login dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DarkOrbit SID Login DarkOrbit SID Login
ID hnpbnnaglicijamhpmphajfkmdfpobca
URL Resmi https://chromewebstore.google.com/detail/darkorbit-sid-login/hnpbnnaglicijamhpmphajfkmdfpobca
Deskripsi Allows SID login
Ukuran File 4.35 KB
Jumlah Instalasi 2,846
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2021-05-23
Tanggal Publikasi 2020-10-08
Penilaian 5.00/5 Total 7 Penilaian
Pengembang DarkBot
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}