(un)politeBot
a helpful bot that wishes the very best and worst for you
Τι είναι το (un)politeBot;
Το (un)politeBot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MALGOW, και η κύρια λειτουργία του είναι "a helpful bot that wishes the very best and worst for you".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης (un)politeBot
Λήψη αρχείων επέκτασης (un)politeBot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A bot that will always be there for you when you need them most, a bot that looks out for you, a bot that appraises you, a bot that takes care of your mental health, a bot that loves you. Your newest best-friend!, (un)politeBot :) ...or, with the switch of a button, your greatest enemy. A bot that degrades(???) you, a bot that mocks you, a bot that constantly prays on your downfall, a bot that reminds you of your biggest flaws. Your greatest enemy.
Βασικές Πληροφορίες Επέκτασης
Όνομα | (un)politeBot |
ID | lbiljgbdngfccmlpeelfecfcmadlelde |
Επίσημο URL | https://chromewebstore.google.com/detail/unpolitebot/lbiljgbdngfccmlpeelfecfcmadlelde |
Περιγραφή | a helpful bot that wishes the very best and worst for you |
Μέγεθος Αρχείου | 227 KB |
Αριθμός Εγκαταστάσεων | 241 |
Τρέχουσα Έκδοση | 2 |
Τελευταία Ενημέρωση | 2021-12-29 |
Ημερομηνία Δημοσίευσης | 2021-12-13 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | MALGOW |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://malgow.net/(un)politeBot |
Διεύθυνση URL της Σελίδας Βοήθειας | https://malgow.net/(un)politeBot |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "(un)politeBot", "version": "2", "description": "a helpful bot that wishes the very best and worst for you", "background": { "scripts": [ "popup\/(un)politeBot.js" ] }, "browser_action": { "default_icon": "icons\/jiggly.png", "default_title": "(un)polite bot", "default_popup": "popup\/botPopup.html" } } |