HaxClip

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

什么是HaxClip?

HaxClip是由ovb.hfl开发的Chrome扩展程序,该扩展的主要功能是“It's time to record your best moves on Haxball!”。

扩展截图

screenshot
screenshot
screenshot

下载HaxClip扩展crx文件

下载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\/*"
    ]
}