6bot
Automated convo starters and filtering for 6obcy.pl
Wat is 6bot?
6bot is een Chrome-extensie ontwikkeld door chaueq, en de belangrijkste functie is "Automated convo starters and filtering for 6obcy.pl".
Extensie Screenshots
Download het CRX-bestand van de extensie 6bot
Download 6bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 6bot |
ID | nnckhobpojcmpdakklaondphkgceadnm |
Officiële URL | https://chromewebstore.google.com/detail/6bot/nnckhobpojcmpdakklaondphkgceadnm |
Beschrijving | Automated convo starters and filtering for 6obcy.pl |
Bestandsgrootte | 1000 KB |
Aantal Installaties | 453 |
Huidige Versie | 2.7.6 |
Laatst Bijgewerkt | 2024-02-04 |
Publicatiedatum | 2022-11-21 |
Beoordeling | 4.25/5 Totaal 12 Beoordelingen |
Ontwikkelaar | chaueq |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |