6bot

Automated convo starters and filtering for 6obcy.pl

Qu'est-ce que 6bot ?

6bot est une extension Chrome développée par chaueq, et sa fonction principale est "Automated convo starters and filtering for 6obcy.pl".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 6bot

Téléchargez les fichiers d'extension 6bot 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

                        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.                    

Informations de Base sur l'Extension

Nom 6bot 6bot
ID nnckhobpojcmpdakklaondphkgceadnm
URL Officiel https://chromewebstore.google.com/detail/6bot/nnckhobpojcmpdakklaondphkgceadnm
Description Automated convo starters and filtering for 6obcy.pl
Taille du Fichier 1000 KB
Nombre d'Installations 453
Version Actuelle 2.7.6
Dernière Mise à Jour 2024-02-04
Date de Publication 2022-11-21
Évaluation 4.25/5 Total 12 Évaluations
Développeur chaueq
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}