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…

Что такое HTML5 Universal Speed Hack?

HTML5 Universal Speed Hack - это расширение Chrome, разработанное https://cheatenginebrasil.com.br, и его основная функция - "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

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

Скачайте файлы расширений HTML5 Universal Speed Hack в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]                    

Основная информация о расширении

Название HTML5 Universal Speed Hack HTML5 Universal Speed Hack
ID eckionmoiajpjncecfebdmmbcboblkja
Официальный URL https://chromewebstore.google.com/detail/html5-universal-speed-hac/eckionmoiajpjncecfebdmmbcboblkja
Описание 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…
Размер файла 288 KB
Количество установок 8,797
Текущая Версия 10.0
Последнее Обновление 2023-11-22
Дата публикации 2021-12-22
Рейтинг 3.53/5 Всего 30 оценок
Разработчик https://cheatenginebrasil.com.br
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.cheatenginebrasil.com.br/
URL страницы помощи https://www.cheatenginebrasil.com.br/
URL страницы политики конфиденциальности https://www.cheatenginebrasil.com.br/ucp.php?mode=privacy&sid=45be7c3a173dca9268bc403455bfac85
Поддерживаемые языки 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}"
        }
    }
}