GM Machine
You want to grow your Twitter / X account? Install the GM Machine!
GM Machine क्या है?
GM Machine https://mintedz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You want to grow your Twitter / X account? Install the GM Machine!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GM Machine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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. 🆓
एक्सटेंशन की मूल जानकारी
नाम | GM Machine |
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" } } |