艦これウィジェット

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

Apa itu 艦これウィジェット?

艦これウィジェット adalah ekstensi Chrome yang dikembangkan oleh https://otiai10.com, dan fitur utamanya adalah "「艦これ」をほどよく快適にたのしく遊べるようにするやつです".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 艦これウィジェット

Unduh file ekstensi 艦これウィジェット dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

などがあります。                    

Informasi Dasar Ekstensi

Nama 艦これウィジェット 艦これウィジェット
ID iachoklpnnjfgmldgelflgifhdaebnol
URL Resmi 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
Deskripsi 「艦これ」をほどよく快適にたのしく遊べるようにするやつです
Ukuran File 747 KB
Jumlah Instalasi 30,997
Versi Saat Ini 3.2.81
Terakhir Diperbarui 2023-08-14
Tanggal Publikasi 2020-08-05
Penilaian 4.82/5 Total 722 Penilaian
Pengembang https://otiai10.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/KanCraft/kanColleWidget/
URL Halaman Bantuan https://github.com/KanCraft/kanColleWidget/issues
URL Halaman Kebijakan Privasi https://github.com/KanCraft/kanColleWidget/blob/develop/PRIVACY_POLICY.md
Bahasa yang Didukung 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
        }
    }
}