SessionBox One - Multi-Login Anti-Detect Tool

Elevate multitasking: Unleash SessionBox One's power for managing multiple accounts across all sites.

SessionBox One - Multi-Login Anti-Detect Tool क्या है?

SessionBox One - Multi-Login Anti-Detect Tool https://sessionbox.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Elevate multitasking: Unleash SessionBox One's power for managing multiple accounts across all sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SessionBox One - Multi-Login Anti-Detect Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Create & Manage multiple accounts on any platform with SessionBox One. 

🌍 Join 300,000+ users globally who rely on SessionBox's anti-detect browser capabilities.

🌐 Perfect for digital marketers, affiliates, and professionals handling multiple website accounts.

🔥 Revolutionize your online workflow with SessionBox One - the fusion of SessionBox Legacy and Workstation power.

⚙️Unlimited profile generation, built-in proxy support, and Selenium automation.

👥 Collaborate and share your sessions, enjoy our brand-new enhanced UX/UI.  

📢 Note: Installation of the accompanying app via the extension is required for full functionality 

Get started today!                    

एक्सटेंशन की मूल जानकारी

नाम SessionBox One - Multi-Login Anti-Detect Tool SessionBox One - Multi-Login Anti-Detect Tool
ID gmechnknnhcmhlciielglhgodjlcbien
आधिकारिक URL https://chromewebstore.google.com/detail/sessionbox-one-multi-logi/gmechnknnhcmhlciielglhgodjlcbien
विवरण Elevate multitasking: Unleash SessionBox One's power for managing multiple accounts across all sites.
फ़ाइल का आकार 1.54 MB
स्थापना संख्या 2,000
वर्तमान संस्करण 4.7.0
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2023-08-22
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर https://sessionbox.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sessionbox.io
सहायता पृष्ठ URL https://sessionbox.io/help
गोपनीयता नीति पृष्ठ URL https://sessionbox.io/docs/(doc:privacy)
समर्थित भाषाएँ en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_APP_NAME__",
    "short_name": "__MSG_APP_SHORT_NAME__",
    "description": "__MSG_APP_DESCRIPTION__",
    "version": "4.7.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "36": "images\/icon-36.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "36": "images\/icon-36.png"
        },
        "default_title": "__MSG_BROWSER_ACTION_TITLE__"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "declarativeNetRequest",
        "webRequest",
        "contextMenus",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/render.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/before-load.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/communication.html",
                "pages\/frame.html",
                "pages\/redirect.html",
                "styles\/render.css",
                "scripts\/relay-worker.js",
                "scripts\/unregister-sw.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src ws: http: localhost:54789; script-src 'self'; style-src data: 'unsafe-inline' https:\/\/fonts.googleapis.com http:\/\/localhost:54789; img-src * data:; font-src data: https:\/\/fonts.gstatic.com http:\/\/localhost:54789; worker-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/open.sessionbox.dev\/*"
        ]
    }
}