アイギスウィジェット

王子……、聞こえますか?結晶を……もっと結晶を割るのですっ!

What is アイギスウィジェット?

アイギスウィジェット is a Chrome extension developed by muhi, and its main feature is "王子……、聞こえますか?結晶を……もっと結晶を割るのですっ!".

Extension Screenshots

screenshot

Download アイギスウィジェット Extension CRX File

Download アイギスウィジェット 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

                        ※お知らせ※
DMMの仕様変更により当初より機能が削除されています。
詳しくは以下を参照
http://blog.aigis.wiki/post-140/


※重要※
・DMM公式のツールではありません。アカウントBANの可能性が0では無い事をご理解下さい。
・ツールに関する不具合等、すべての問題に関する責任は一切負いかねます
・現在テストバージョンである為、多数の不具合が発生する可能性があります。
 ミッション中に不用意に落ちる等の問題が発生する場合がありますのでご了承下さい。

上記をご理解頂いた上でご利用下さい。

千年戦争アイギスウィジェットは
DMMのブラウザ型タワーディフェンスゲーム「千年戦争アイギス」を
快適に楽しむ為のChrome拡張機能です。

本ツールはオープンソースで公開しております。
https://github.com/muhiro/aigisWidget

使い方やウィジェットの情報はこちら
http://blog.aigis.wiki/                    

Extension Basic Information

Name アイギスウィジェット アイギスウィジェット
ID djffjjhdjidlgdpijdheaongflkfefep
Official 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
Description 王子……、聞こえますか?結晶を……もっと結晶を割るのですっ!
File Size 683 KB
Installation Count 1,415
Current Version 0.1.8
Last Updated 2017-04-06
Publish Date 2017-04-06
Rating 4.48/5 Total 25 Ratings
Developer muhi
Payment Type free
Extension Website http://blog.aigis.wiki/
Help Page URL https://github.com/muhiro/aigisWidget/issues
Supported Languages 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",
        ""
    ],
    "minimum_chrome_version": "31",
    "oauth2": {
        "client_id": "206298929708-88ioadjiskfpulfuetb8nd4ldelobbg1.apps.googleusercontent.com",
        "apikey": "AIzaSyA8D71DP9GXqvrfYTAehrw1Eb8q61w3Z5g",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    }
}