Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Surviv.io Pointerとは何ですか?
Surviv.io Pointerはdevchris314159によって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…」です。
拡張機能のスクリーンショット
Surviv.io Pointer拡張機能のCRXファイルをダウンロード
Surviv.io Pointer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor.
More info, attributions and change notes on the github repo: https://github.com/grabc59/surviv-io-pointer-extension 拡張機能の基本情報
| 名前 | |
| ID | lngekiocifaldnomhioeklpbejcgdfaa |
| 公式URL | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
| 説明 | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
| ファイルサイズ | 66.34 KB |
| インストール数 | 760 |
| 現在のバージョン | 0.4 |
| 最終更新日 | 2018-09-03 |
| 公開日 | 2018-09-03 |
| 評価 | 3.64/5 合計 22 レビュー |
| 開発者 | devchris314159 |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Surviv.io Pointer",
"version": "0.4",
"browser_action": {
"default_icon": "radioactive.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/surviv.io\/*",
"*:\/\/surviv2.io\/*",
"*:\/\/surviv2.io\/*",
"*:\/\/2dbattleroyale.com\/*",
"*:\/\/2dbattleroyale.com\/*"
],
"js": [
"jquery-3.3.1.min.js",
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
}
} | |