GM Machine
You want to grow your Twitter / X account? Install the GM Machine!
什麼是GM Machine?
GM Machine是由https://mintedz.com開發的Chrome擴展程式,該擴展的主要功能是“You want to grow your Twitter / X account? Install the GM Machine!”。
擴展截圖
下載GM Machine擴展crx文件
下載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 |
| 官方網址 | 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"
}
} | |