Dofus autopilotage
Support autopilotage pour divers sites Dofus !
Dofus autopilotageとは何ですか?
Dofus autopilotageはKaraによって開発されたChromeの拡張機能で、その主な機能は「Support autopilotage pour divers sites Dofus !」です。
拡張機能のスクリーンショット
Dofus autopilotage拡張機能のCRXファイルをダウンロード
Dofus autopilotage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Transforme les positions sur les site www.dofuspourlesnoobs.com ou dofus-map.com en boutons cliquable pour copier une commande à rentrer sur Dofus, votre monture autopilotée s'y rendra toute seule !
Maintenant compatible avec dofus-map.com ! 拡張機能の基本情報
| 名前 | |
| ID | hioegfpehhcifalhlbhobenpelpdlkne |
| 公式URL | https://chromewebstore.google.com/detail/dofus-autopilotage/hioegfpehhcifalhlbhobenpelpdlkne |
| 説明 | Support autopilotage pour divers sites Dofus ! |
| ファイルサイズ | 838 KB |
| インストール数 | 95 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2021-06-05 |
| 公開日 | 2021-04-14 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Kara |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dofus autopilotage",
"version": "1.1",
"description": "Support autopilotage pour divers sites Dofus !",
"icons": {
"16": "icon16.png",
"200": "icon200.png"
},
"page_action": {
"default_icon": "icon200.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/www.dofuspourlesnoobs.com\/*",
"https:\/\/dofus-map.com\/hunt"
],
"js": [
"content.js"
]
}
],
"permissions": [
"clipboardWrite",
"https:\/\/www.dofuspourlesnoobs.com\/*",
"https:\/\/dofus-map.com\/hunt"
]
} | |