RetroBowl Hack

RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…

什麼是RetroBowl Hack?

RetroBowl Hack是由https://phantomgames.dev開發的Chrome擴展程式,該擴展的主要功能是“RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…”。

擴展截圖

screenshot
screenshot

下載RetroBowl Hack擴展crx文件

下載RetroBowl Hack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This tool works on every single site that has RetroBowl included on it. To get started just go onto a website that has RetroBowl (ex. www.phantomgames.dev). Then just open the extension, enter your desired value, and hit 'Hack!'. After that you will have your desired amount of coins in RetroBowl!

If you have any issues feel free to either contact the developer through email -> ([email protected]) or by discord -> (https://discord.gg/fTYZH9NUwS).                    

擴展基本資訊

名稱 RetroBowl Hack RetroBowl Hack
ID pglgnehjkglmhbbnilgdincenmmcalfm
官方網址 https://chromewebstore.google.com/detail/retrobowl-hack/pglgnehjkglmhbbnilgdincenmmcalfm
簡介 RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…
檔案大小 297 KB
安裝次數 1,000
目前版本 1.0
更新時間 2023-12-19
上架時間 2023-12-19
評分 4.20/5 共 5 次評分
開發者 https://phantomgames.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://phantomgames.dev/
說明頁面URL https://discord.com/invite/p8w8neURBb
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RetroBowl Hack",
    "version": "1.0",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default-icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}