IxaMoko
戦国IXA用ツール 【拡張機能パック】
What is IxaMoko?
IxaMoko is a Chrome extension developed by ixa193ixa, and its main feature is "戦国IXA用ツール 【拡張機能パック】".
Download IxaMoko Extension CRX File
Download IxaMoko extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | bflcgcbahaejjgnehjgkchedmfojglaj |
Official URL | https://chromewebstore.google.com/detail/ixamoko/bflcgcbahaejjgnehjgkchedmfojglaj |
Description | 戦国IXA用ツール 【拡張機能パック】 |
File Size | 634 KB |
Installation Count | 140 |
Current Version | 10.11.2212.6 |
Last Updated | 2017-01-01 |
Publish Date | 2017-01-01 |
Rating | 4.83/5 Total 6 Ratings |
Developer | ixa193ixa |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IxaMoko", "version": "10.11.2212.6", "description": "\u6226\u56fdIXA\u7528\u30c4\u30fc\u30eb \u3010\u62e1\u5f35\u6a5f\u80fd\u30d1\u30c3\u30af\u3011", "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "http:\/\/*.sengokuixa.jp\/*" ], "exclude_matches": [ "http:\/\/sengokuixa.jp\/*" ], "js": [ "contents\/sengokuixa-moko.user.js" ], "css": [ "css\/main.css" ] }, { "all_frames": true, "run_at": "document_start", "matches": [ "http:\/\/*.sengokuixa.jp\/*" ], "exclude_matches": [ "http:\/\/sengokuixa.jp\/*", "http:\/\/*.sengokuixa.jp\/world\/*", "http:\/\/*.sengokuixa.jp\/false\/*" ], "js": [ "contents\/ixa-training.user.js" ] } ], "permissions": [ "tabs", "http:\/\/*.sengokuixa.jp\/*" ] } |