6bot

Automated convo starters and filtering for 6obcy.pl

Was ist 6bot?

6bot ist eine Chrome-Erweiterung, die von chaueq entwickelt wurde, und ihr Hauptmerkmal ist "Automated convo starters and filtering for 6obcy.pl".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

6bot-Erweiterungs-CRX-Datei herunterladen

Laden Sie 6bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Wtyczka automatyzuje początki konwersacji na 6obcy, łącząc użytkownika z rozmówcami spełniającymi jego wymagania oraz pozwala na zapisywanie rozmów w pamięci przeglądarki i późniejsze czytanie ich.

W celu konfiguracji wtyczki kliknij na jej ikonkę i wejdź w ustawienia. Aby przejść w tryb "full-auto" zmień limit captcha na 0.                    

Grundlegende Informationen zur Erweiterung

Name 6bot 6bot
ID nnckhobpojcmpdakklaondphkgceadnm
Offizielle URL https://chromewebstore.google.com/detail/6bot/nnckhobpojcmpdakklaondphkgceadnm
Beschreibung Automated convo starters and filtering for 6obcy.pl
Dateigröße 1000 KB
Installationsanzahl 453
Aktuelle Version 2.7.6
Letztes Update 2024-02-04
Veröffentlichungsdatum 2022-11-21
Bewertung 4.25/5 Insgesamt 12 Bewertungen
Entwickler chaueq
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "6bot",
    "version": "2.7.6",
    "description": "Automated convo starters and filtering for 6obcy.pl",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/6obcy.org\/rozmowa"
            ],
            "js": [
                "lib\/data.js",
                "lib\/adBlocker.js",
                "lib\/settings.js",
                "lib\/ad.js",
                "lib\/interface.js",
                "lib\/workarounds.js",
                "lib\/notif.js",
                "lib\/convo.js",
                "lib\/msgAnalysis.js",
                "lib\/answers.js",
                "lib\/verification.js",
                "lib\/antispam.js",
                "lib\/captchaInputWatcher.js",
                "lib\/obcyInfoBox.js",
                "lib\/nameRecognition.js",
                "lib\/captcha.js",
                "lib\/metrics.js",
                "lib\/ux.js",
                "lib\/history.js",
                "events\/captchaAppeared.js",
                "events\/captchaError.js",
                "events\/convoStarted.js",
                "events\/convoEnded.js",
                "events\/messageDuplicate.js",
                "conversation.js",
                "main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/main.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "media\/notif.mp3"
            ],
            "matches": [
                "https:\/\/6obcy.org\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}