アイギスウィジェット
王子……、聞こえますか?結晶を……もっと結晶を割るのですっ!
アイギスウィジェットとは何ですか?
アイギスウィジェットはmuhiによって開発されたChromeの拡張機能で、その主な機能は「王子……、聞こえますか?結晶を……もっと結晶を割るのですっ!」です。
拡張機能のスクリーンショット
アイギスウィジェット拡張機能のCRXファイルをダウンロード
アイギスウィジェット拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
※お知らせ※ DMMの仕様変更により当初より機能が削除されています。 詳しくは以下を参照 http://blog.aigis.wiki/post-140/ ※重要※ ・DMM公式のツールではありません。アカウントBANの可能性が0では無い事をご理解下さい。 ・ツールに関する不具合等、すべての問題に関する責任は一切負いかねます ・現在テストバージョンである為、多数の不具合が発生する可能性があります。 ミッション中に不用意に落ちる等の問題が発生する場合がありますのでご了承下さい。 上記をご理解頂いた上でご利用下さい。 千年戦争アイギスウィジェットは DMMのブラウザ型タワーディフェンスゲーム「千年戦争アイギス」を 快適に楽しむ為のChrome拡張機能です。 本ツールはオープンソースで公開しております。 https://github.com/muhiro/aigisWidget 使い方やウィジェットの情報はこちら http://blog.aigis.wiki/
拡張機能の基本情報
名前 | アイギスウィジェット |
ID | djffjjhdjidlgdpijdheaongflkfefep |
公式URL | https://chromewebstore.google.com/detail/%E3%82%A2%E3%82%A4%E3%82%AE%E3%82%B9%E3%82%A6%E3%82%A3%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88/djffjjhdjidlgdpijdheaongflkfefep |
説明 | 王子……、聞こえますか?結晶を……もっと結晶を割るのですっ! |
ファイルサイズ | 683 KB |
インストール数 | 1,415 |
現在のバージョン | 0.1.8 |
最終更新日 | 2017-04-06 |
公開日 | 2017-04-06 |
評価 | 4.48/5 合計 25 レビュー |
開発者 | muhi |
支払い方法 | free |
拡張機能のウェブサイト | http://blog.aigis.wiki/ |
ヘルプページのURL | https://github.com/muhiro/aigisWidget/issues |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30a2\u30a4\u30ae\u30b9\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8", "version": "0.1.8", "manifest_version": 2, "description": "\u738b\u5b50\u2026\u2026\u3001\u805e\u3053\u3048\u307e\u3059\u304b\uff1f\u7d50\u6676\u3092\u2026\u2026\u3082\u3063\u3068\u7d50\u6676\u3092\u5272\u308b\u306e\u3067\u3059\u3063\uff01", "homepage_url": "http:\/\/blog.aigis.wiki", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "bg\/background.html", "persistent": true }, "options_page": "options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "\u30a2\u30a4\u30ae\u30b9\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8", "default_popup": "browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "http:\/\/pc-play.games.dmm.com\/play\/aigisc*", "http:\/\/pc-play.games.dmm.co.jp\/play\/aigis*" ], "all_frames": false, "js": [ "js\/jquery\/jquery-2.1.1.min.js", "js\/constants.js", "js\/util.js", "js\/message.js", "js\/window.js" ] }, { "matches": [ "http:\/\/d2nnajpgztfi5j.cloudfront.net\/*" ], "all_frames": true, "js": [ "js\/jquery\/jquery-2.1.1.min.js", "js\/whammy.js", "js\/constants.js", "js\/util.js", "js\/message.js", "js\/keybind.js" ] }, { "matches": [ "http:\/\/assets.millennium-war.net\/*" ], "all_frames": true, "js": [ "js\/jquery\/jquery-2.1.1.min.js", "js\/whammy.js", "js\/constants.js", "js\/util.js", "js\/message.js", "js\/keybind.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'", "permissions": [ "notifications", "tabs", "webRequest", "storage", "unlimitedStorage", "alarms", " |