HTML5 Universal Speed Hack

Speeds up or slows down browser games, HTML5 and more... Totally Free! I kindly ask you to help me with a donation, be it of any…

Wat is HTML5 Universal Speed Hack?

HTML5 Universal Speed Hack is een Chrome-extensie ontwikkeld door https://cheatenginebrasil.com.br, en de belangrijkste functie is "Speeds up or slows down browser games, HTML5 and more... Totally Free! I kindly ask you to help me with a donation, be it of any…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML5 Universal Speed Hack

Download HTML5 Universal Speed 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

                        Speeds up or slows down browser games, HTML5 and more...
Totally Free!

I kindly ask you to help me with a donation, be it of any amount, it will be helping not only me but my entire family.

Donate Paypal:
https://www.paypal.com/donate/?hosted_button_id=WBGKBJ73EDAW2

Peço por gentileza que me ajude com uma doação, seja de qualquer valor, estará ajudando não só a mim mais toda minha família.

Pix Mercado Pago:
[email protected]

Forum:
https://cheatenginebrasil.com.br

Support:
[email protected]                    

Basisinformatie over de Extensie

Naam HTML5 Universal Speed Hack HTML5 Universal Speed Hack
ID eckionmoiajpjncecfebdmmbcboblkja
Officiële URL https://chromewebstore.google.com/detail/html5-universal-speed-hac/eckionmoiajpjncecfebdmmbcboblkja
Beschrijving Speeds up or slows down browser games, HTML5 and more... Totally Free! I kindly ask you to help me with a donation, be it of any…
Bestandsgrootte 288 KB
Aantal Installaties 8,797
Huidige Versie 10.0
Laatst Bijgewerkt 2023-11-22
Publicatiedatum 2021-12-22
Beoordeling 3.53/5 Totaal 30 Beoordelingen
Ontwikkelaar https://cheatenginebrasil.com.br
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.cheatenginebrasil.com.br/
Help Pagina-URL https://www.cheatenginebrasil.com.br/
URL van de Privacybeleid Pagina https://www.cheatenginebrasil.com.br/ucp.php?mode=privacy&sid=45be7c3a173dca9268bc403455bfac85
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Universal Speed Hack",
    "description": "",
    "version": "10.0",
    "permissions": [
        ""
    ],
    "icons": {
        "162": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "HTML5 Universal Speed Hack",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{6f57c21a-3d7a-4fc0-95a0-58018507613a}"
        }
    }
}