GM Machine
You want to grow your Twitter / X account? Install the GM Machine!
Τι είναι το GM Machine;
Το GM Machine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mintedz.com, και η κύρια λειτουργία του είναι "You want to grow your Twitter / X account? Install the GM Machine!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GM Machine
Λήψη αρχείων επέκτασης GM Machine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TheGmMachine improves your Twitter / X experience by adding some new features:
☀️ New GM / GN button on each Tweet to randomized your answers. You have access to +600 GM and GN without writing anything;
🖼️ A meme button with ones already pre-installed. You can add your favorite memes to always have access to them;
🟦 A GM badge next your name and next other GmMachine users. With different colors depending on the type of account you have;
🆕 A new GM Tweet button to GM with Web3 people;
📈 With a premium account, you can grow your account faster with TheGmMachine users followers;
But TheGmMachine is also a Discord where you can earn $GM, our own token on the Solana blockchain.
👉👉👉 https://discord.gg/XhB2A7TwNp 👈👈👈
🚨 This extension is not a bot but a machine. This saves time, but you have to click the buttons as usual.
Oh and a last thing: this extension is free! You can have a regular account for free. 🆓 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | dcpeecemllaacbgcocmcdhpddkckhfkl |
| Επίσημο URL | https://chromewebstore.google.com/detail/gm-machine/dcpeecemllaacbgcocmcdhpddkckhfkl |
| Περιγραφή | You want to grow your Twitter / X account? Install the GM Machine! |
| Μέγεθος Αρχείου | 2.75 MB |
| Αριθμός Εγκαταστάσεων | 1,434 |
| Τρέχουσα Έκδοση | 7.3.2 |
| Τελευταία Ενημέρωση | 2024-03-04 |
| Ημερομηνία Δημοσίευσης | 2023-01-22 |
| Αξιολόγηση | 4.95/5 Συνολικά 99 Αξιολογήσεις |
| Προγραμματιστής | https://mintedz.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://thegmmachine.com/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/TheGmMachine |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GM Machine",
"author": "@Joun_nft",
"description": "You want to grow your Twitter \/ X account? Install the GM Machine!",
"version": "7.3.2",
"manifest_version": 3,
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/*.twitter.com\/",
"https:\/\/*.x.com\/"
],
"action": {
"default_popup": "index.html",
"default_title": "GM Machine"
},
"background": {
"service_worker": ".\/static\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
],
"js": [
".\/static\/js\/master.js"
]
}
],
"icons": {
"16": ".\/img\/logo_48.png",
"48": ".\/img\/logo_48.png",
"128": ".\/img\/logo_128.png"
}
} | |