6bot
Automated convo starters and filtering for 6obcy.pl
What is 6bot?
6bot is a Chrome extension developed by chaueq, and its main feature is "Automated convo starters and filtering for 6obcy.pl".
Extension Screenshots
Download 6bot Extension CRX File
Download 6bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 6bot |
ID | nnckhobpojcmpdakklaondphkgceadnm |
Official URL | https://chromewebstore.google.com/detail/6bot/nnckhobpojcmpdakklaondphkgceadnm |
Description | Automated convo starters and filtering for 6obcy.pl |
File Size | 1000 KB |
Installation Count | 453 |
Current Version | 2.7.6 |
Last Updated | 2024-02-04 |
Publish Date | 2022-11-21 |
Rating | 4.25/5 Total 12 Ratings |
Developer | chaueq |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |