RetroBowl Hack

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

Wat is RetroBowl Hack?

RetroBowl Hack is een Chrome-extensie ontwikkeld door https://phantomgames.dev, en de belangrijkste functie is "RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie RetroBowl Hack

Download RetroBowl Hack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam RetroBowl Hack RetroBowl Hack
ID pglgnehjkglmhbbnilgdincenmmcalfm
Officiële URL https://chromewebstore.google.com/detail/retrobowl-hack/pglgnehjkglmhbbnilgdincenmmcalfm
Beschrijving RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…
Bestandsgrootte 297 KB
Aantal Installaties 1,000
Huidige Versie 1.0
Laatst Bijgewerkt 2023-12-19
Publicatiedatum 2023-12-19
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://phantomgames.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://phantomgames.dev/
Help Pagina-URL https://discord.com/invite/p8w8neURBb
Ondersteunde Talen 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"
    }
}