BandNames
Find a quick and hilarious new username for sites like Discord and Kahoot!
Τι είναι το BandNames;
Το BandNames είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Elijah Smith, και η κύρια λειτουργία του είναι "Find a quick and hilarious new username for sites like Discord and Kahoot!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BandNames
Λήψη αρχείων επέκτασης BandNames σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
We all use the same usernames everywhere, and that gets boring after a while. On websites where identification is solely based on your username or social medias where your username usually is similar to your real name, using a consistent username makes sense. However, on sites like Discord or Kahoot, creating new and wacky usernames every day is part of the fun! BandNames is a tool that helps you come up with hilarious, frequently-changing usernames with just a few presses of a button! There is no true definition for what makes a good band name. Typically, any ridiculous pairing of an adjective and noun works well, but there are so many other good possibilities! Names can be generated from a pre-written list or at random from a noun and an adjective. Switching between these modes is a single button press and each has a different interface that makes it easy to adhere to length requirements, generate all or half of the current suggested name, and copy the current suggestion to the clipboard. Pin the extension to easily open the popup from the icon in the top right of the browser. You can also specify website URLs that should automatically open the popup for you in a new, miniature window! Head to manage extensions -> BandNames -> options to add new URLs to the list. Only want this popup to open on specific places on the website? You can do that! Any URL added to the list is checked against the current URL when you navigate to a new page. If the list item appears anywhere in the full URL and route, it will open the popup. Make that list item more specific to only open at certain routes and sub-routes, or leave it as the domain to be more general! This project is open sourced: https://github.com/ElijahMSmith/BandNames. What's new in version 1.0.2: - Lots of fixes. - Revamped name selection code to avoid future and current issues.
Βασικές Πληροφορίες Επέκτασης
Όνομα | BandNames |
ID | igebaldbbllkgbjnlpoccijdnoogkcml |
Επίσημο URL | https://chromewebstore.google.com/detail/bandnames/igebaldbbllkgbjnlpoccijdnoogkcml |
Περιγραφή | Find a quick and hilarious new username for sites like Discord and Kahoot! |
Μέγεθος Αρχείου | 11.52 MB |
Αριθμός Εγκαταστάσεων | 55 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2022-10-10 |
Ημερομηνία Δημοσίευσης | 2021-09-14 |
Προγραμματιστής | Elijah Smith |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ElijahMSmith/BandNames |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BandNames", "version": "1.0.3", "description": "Find a quick and hilarious new username for sites like Discord and Kahoot!", "manifest_version": 3, "permissions": [ "declarativeContent", "clipboardWrite", "storage", "webNavigation" ], "background": { "service_worker": "\/src\/build\/urlListen.js" }, "action": { "default_popup": "\/html\/suggestionPopup.html", "default_icon": { "16": "\/images\/BandNames_16.png", "32": "\/images\/BandNames_32.png", "48": "\/images\/BandNames_48.png", "128": "\/images\/BandNames_128.png" } }, "icons": { "16": "\/images\/BandNames_16.png", "32": "\/images\/BandNames_32.png", "48": "\/images\/BandNames_48.png", "128": "\/images\/BandNames_128.png" }, "options_page": "\/html\/options.html" } |