GM Machine
You want to grow your Twitter / X account? Install the GM Machine!
GM Machine là gì?
GM Machine là một tiện ích mở rộng Chrome được phát triển bởi https://mintedz.com, và tính năng chính của nó là "You want to grow your Twitter / X account? Install the GM Machine!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GM Machine
Tải xuống các tệp mở rộng GM Machine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. 🆓
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GM Machine |
ID | dcpeecemllaacbgcocmcdhpddkckhfkl |
URL Chính Thức | https://chromewebstore.google.com/detail/gm-machine/dcpeecemllaacbgcocmcdhpddkckhfkl |
Mô tả | You want to grow your Twitter / X account? Install the GM Machine! |
Kích Thước Tệp | 2.75 MB |
Số Lần Cài Đặt | 1,434 |
Phiên Bản Hiện Tại | 7.3.2 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2023-01-22 |
Đánh Giá | 4.95/5 Tổng số 99 Đánh Giá |
Nhà Phát Triển | https://mintedz.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://thegmmachine.com/ |
URL Trang Trợ Giúp | https://twitter.com/TheGmMachine |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |