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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } |