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 là gì?

RetroBowl Hack là một tiện ích mở rộng Chrome được phát triển bởi https://phantomgames.dev, và tính năng chính của nó là "RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RetroBowl Hack

Tải xuống các tệp mở rộng RetroBowl Hack 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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RetroBowl Hack RetroBowl Hack
ID pglgnehjkglmhbbnilgdincenmmcalfm
URL Chính Thức https://chromewebstore.google.com/detail/retrobowl-hack/pglgnehjkglmhbbnilgdincenmmcalfm
Mô tả RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…
Kích Thước Tệp 297 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2023-12-19
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://phantomgames.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://phantomgames.dev/
URL Trang Trợ Giúp https://discord.com/invite/p8w8neURBb
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}