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 - это расширение Chrome, разработанное https://phantomgames.dev, и его основная функция - "RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения RetroBowl Hack

Скачайте файлы расширений 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
Официальный URL 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"
    }
}