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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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. 🆓                    

拡張機能の基本情報

名前 GM Machine 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
Eメール [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"
    }
}