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! 擴展基本資訊
| 名稱 | |
| ID | fhdooeibldcjnddihendmeepmkfhabmc |
| 官方網址 | 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\/*"
]
} | |