6bot
Automated convo starters and filtering for 6obcy.pl
Cos'è 6bot?
6bot è un'estensione di Chrome sviluppata da chaueq, e la sua funzione principale è "Automated convo starters and filtering for 6obcy.pl".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 6bot
Scarica i file di estensione 6bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 6bot |
ID | nnckhobpojcmpdakklaondphkgceadnm |
URL Ufficiale | https://chromewebstore.google.com/detail/6bot/nnckhobpojcmpdakklaondphkgceadnm |
Descrizione | Automated convo starters and filtering for 6obcy.pl |
Dimensione del File | 1000 KB |
Conteggio Installazioni | 453 |
Versione Corrente | 2.7.6 |
Ultimo Aggiornamento | 2024-02-04 |
Data di Pubblicazione | 2022-11-21 |
Valutazione | 4.25/5 Totale 12 Valutazioni |
Sviluppatore | chaueq |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |