禁これ

艦これのプレイ可能時間を制限します

What is 禁これ?

禁これ is a Chrome extension developed by https://ymrl.net, 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

                        艦これ中毒者のために、オプションから設定された時間のみ艦これをプレイ可能にする拡張機能です。
曜日ごとに1時間単位でプレイ可能時間を設定できるほか、どうしてもプレイしたいときのための「月月火水木金金ボタン」も用意されています。
節度を守った健康的な提督ライフを末永くお楽しみください。                    

Extension Basic Information

Name 禁これ 禁これ
ID lngkpddeahoeaidiapcheehjpkkdggjg
Official URL https://chromewebstore.google.com/detail/%E7%A6%81%E3%81%93%E3%82%8C/lngkpddeahoeaidiapcheehjpkkdggjg
Description 艦これのプレイ可能時間を制限します
File Size 59.98 KB
Installation Count 33
Current Version 0.0.3
Last Updated 2013-09-27
Publish Date 2013-09-27
Rating 5.00/5 Total 5 Ratings
Developer https://ymrl.net
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7981\u3053\u308c",
    "version": "0.0.3",
    "description": "\u8266\u3053\u308c\u306e\u30d7\u30ec\u30a4\u53ef\u80fd\u6642\u9593\u3092\u5236\u9650\u3057\u307e\u3059",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "consts.js",
            "lib.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dmm.com\/netgame\/social\/-\/gadgets\/=\/app_id=854854\/"
            ],
            "js": [
                "content-messaging.js",
                "content-views.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/osapi.dmm.com\/gadgets\/*"
            ],
            "js": [
                "content-messaging.js",
                "iframe-content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html"
}