艦これウィジェット

「艦これ」をほどよく快適にたのしく遊べるようにするやつです

What is 艦これウィジェット?

艦これウィジェット is a Chrome extension developed by https://otiai10.com, and its main feature is "「艦これ」をほどよく快適にたのしく遊べるようにするやつです".

Extension Screenshots

screenshot
screenshot
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

                        艦これウィジェットは推奨環境であるChromeブラウザを艦これに最適化させるChrome拡張です。以下の機能を提供します。

- ゲーム画面だけの別窓を開いて、大きさに合わせてリサイズする
- 遠征・入渠・建造に伴う自動のタイマーと通知
- 簡易的な疲労タイマーと通知
- 上記タイマーを管理するダッシュボードの表示
- ワンクリックでゲームのスクショをする
- ワンクリックでゲームをミュートする
- 今出撃している海域がどこか表示する

などがあります。                    

Extension Basic Information

Name 艦これウィジェット 艦これウィジェット
ID iachoklpnnjfgmldgelflgifhdaebnol
Official URL https://chromewebstore.google.com/detail/%E8%89%A6%E3%81%93%E3%82%8C%E3%82%A6%E3%82%A3%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88/iachoklpnnjfgmldgelflgifhdaebnol
Description 「艦これ」をほどよく快適にたのしく遊べるようにするやつです
File Size 747 KB
Installation Count 30,997
Current Version 3.2.81
Last Updated 2023-08-14
Publish Date 2020-08-05
Rating 4.82/5 Total 722 Ratings
Developer https://otiai10.com
Email [email protected]
Payment Type free
Extension Website https://github.com/KanCraft/kanColleWidget/
Help Page URL https://github.com/KanCraft/kanColleWidget/issues
Privacy Policy Page URL https://github.com/KanCraft/kanColleWidget/blob/develop/PRIVACY_POLICY.md
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8266\u3053\u308c\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8",
    "version": "3.2.81",
    "version_name": "3.2.81",
    "description": "\u300c\u8266\u3053\u308c\u300d\u3092\u307b\u3069\u3088\u304f\u5feb\u9069\u306b\u305f\u306e\u3057\u304f\u904a\u3079\u308b\u3088\u3046\u306b\u3059\u308b\u3084\u3064\u3067\u3059",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "downloads.shelf",
        "",
        "webRequest",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "dest\/img\/app\/icon.16.png",
        "48": "dest\/img\/app\/icon.48.png",
        "128": "dest\/img\/app\/icon.128.png"
    },
    "background": {
        "scripts": [
            "dest\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "dest\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dmm.com\/netgame\/social\/-\/gadgets\/=\/app_id=854854\/"
            ],
            "js": [
                "dest\/js\/dmm.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/kcs2\/index.php?*"
            ],
            "all_frames": true,
            "js": [
                "dest\/js\/kcs2.js"
            ]
        }
    ],
    "options_page": "\/dest\/html\/options.html",
    "web_accessible_resources": [
        "\/dest\/img\/mute.svg",
        "\/dest\/img\/unmute.svg",
        "\/dest\/img\/camera.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "commands": {
        "screenshot": {
            "description": "\u30d7\u30ec\u30a4\u753b\u9762\u306e\u30b9\u30af\u30b7\u30e7\u3092\u64ae\u308a\u307e\u3059",
            "suggested_key": {
                "windows": "Ctrl+Shift+0",
                "mac": "Command+Shift+0",
                "chromeos": "Ctrl+Shift+0",
                "linux": "Ctrl+Shift+0"
            },
            "global": true
        }
    }
}