DarkOrbit SID Login

Allows SID login

什么是DarkOrbit SID Login?

DarkOrbit SID Login是由DarkBot开发的Chrome扩展程序,该扩展的主要功能是“Allows SID login”。

扩展截图

screenshot

下载DarkOrbit SID Login扩展crx文件

下载DarkOrbit SID Login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DarkOrbit SID Login DarkOrbit SID Login
ID hnpbnnaglicijamhpmphajfkmdfpobca
官方URL https://chromewebstore.google.com/detail/darkorbit-sid-login/hnpbnnaglicijamhpmphajfkmdfpobca
简介 Allows SID login
文件大小 4.35 KB
安装次数 2,846
当前版本 1.2.1
更新时间 2021-05-23
上架时间 2020-10-08
评分 5.00/5 共7次评分
开发者 DarkBot
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/"
    ]
}