艦これウィジェット

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

艦これウィジェット là gì?

艦これウィジェット là một tiện ích mở rộng Chrome được phát triển bởi https://otiai10.com, và tính năng chính của nó là "「艦これ」をほどよく快適にたのしく遊べるようにするやつです".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 艦これウィジェット

Tải xuống các tệp mở rộng 艦これウィジェット dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

などがあります。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 艦これウィジェット 艦これウィジェット
ID iachoklpnnjfgmldgelflgifhdaebnol
URL Chính Thức 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
Mô tả 「艦これ」をほどよく快適にたのしく遊べるようにするやつです
Kích Thước Tệp 747 KB
Số Lần Cài Đặt 30,997
Phiên Bản Hiện Tại 3.2.81
Cập Nhật Lần Cuối 2023-08-14
Ngày Phát Hành 2020-08-05
Đánh Giá 4.82/5 Tổng số 722 Đánh Giá
Nhà Phát Triển https://otiai10.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KanCraft/kanColleWidget/
URL Trang Trợ Giúp https://github.com/KanCraft/kanColleWidget/issues
URL Trang Chính Sách Bảo Mật https://github.com/KanCraft/kanColleWidget/blob/develop/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ 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
        }
    }
}