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…

Cos'è HTML5 Universal Speed Hack?

HTML5 Universal Speed Hack è un'estensione di Chrome sviluppata da https://cheatenginebrasil.com.br, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML5 Universal Speed Hack

Scarica i file di estensione HTML5 Universal Speed Hack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome HTML5 Universal Speed Hack HTML5 Universal Speed Hack
ID eckionmoiajpjncecfebdmmbcboblkja
URL Ufficiale https://chromewebstore.google.com/detail/html5-universal-speed-hac/eckionmoiajpjncecfebdmmbcboblkja
Descrizione 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…
Dimensione del File 288 KB
Conteggio Installazioni 8,797
Versione Corrente 10.0
Ultimo Aggiornamento 2023-11-22
Data di Pubblicazione 2021-12-22
Valutazione 3.53/5 Totale 30 Valutazioni
Sviluppatore https://cheatenginebrasil.com.br
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.cheatenginebrasil.com.br/
URL della Pagina di Aiuto https://www.cheatenginebrasil.com.br/
URL della Pagina della Politica sulla Privacy https://www.cheatenginebrasil.com.br/ucp.php?mode=privacy&sid=45be7c3a173dca9268bc403455bfac85
Lingue Supportate 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}"
        }
    }
}