RetroBowl Hack

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

Vad är RetroBowl Hack?

RetroBowl Hack är en Chrome-tillägg utvecklad av https://phantomgames.dev, och dess huvudfunktion är "RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner RetroBowl Hack-förlängningens CRX-fil

Ladda ner RetroBowl Hack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn RetroBowl Hack RetroBowl Hack
ID pglgnehjkglmhbbnilgdincenmmcalfm
Officiell webbadress https://chromewebstore.google.com/detail/retrobowl-hack/pglgnehjkglmhbbnilgdincenmmcalfm
Beskrivning RetroBowl Hack by PhantomGames. With this tool you can change your Retro Bowl coach credits/tokens too any amount you want! This…
Filstorlek 297 KB
Antal Installationer 1,000
Aktuell Version 1.0
Senast Uppdaterad 2023-12-19
Publiceringsdatum 2023-12-19
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare https://phantomgames.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://phantomgames.dev/
Hjälpsida URL https://discord.com/invite/p8w8neURBb
Stödda Språk 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"
    }
}