6bot

Automated convo starters and filtering for 6obcy.pl

6bot란 무엇입니까?

6bot은(는) chaueq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automated convo starters and filtering for 6obcy.pl"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

6bot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 6bot 6bot
ID nnckhobpojcmpdakklaondphkgceadnm
공식 URL https://chromewebstore.google.com/detail/6bot/nnckhobpojcmpdakklaondphkgceadnm
설명 Automated convo starters and filtering for 6obcy.pl
파일 크기 1000 KB
설치 횟수 453
현재 버전 2.7.6
최근 업데이트 2024-02-04
출시 날짜 2022-11-21
평점 4.25/5 총 12 개의 평점
개발자 chaueq
이메일 [email protected]
결제 유형 free
지원되는 언어 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
        }
    ]
}