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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}