HaxClip

It's time to record your best moves on Haxball!

Что такое HaxClip?

HaxClip - это расширение Chrome, разработанное ovb.hfl, и его основная функция - "It's time to record your best moves on Haxball!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения HaxClip

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

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

                        This extension allows you to make clips of your best moves by pressing your R key on Haxball!                    

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

Название HaxClip HaxClip
ID fhdooeibldcjnddihendmeepmkfhabmc
Официальный URL https://chromewebstore.google.com/detail/haxclip/fhdooeibldcjnddihendmeepmkfhabmc
Описание It's time to record your best moves on Haxball!
Размер файла 99.15 KB
Количество установок 27
Текущая Версия 1.01
Последнее Обновление 2021-07-30
Дата публикации 2021-07-29
Разработчик ovb.hfl
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://haxclip.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HaxClip",
    "version": "1.01",
    "description": "It's time to record your best moves on Haxball!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "website\/game.js"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.haxball.com\/*",
        "*:\/\/haxball.com\/*"
    ]
}