KanColle Command Center 改

Kantai Collection Game Viewer and Helper

ما هو KanColle Command Center 改؟

KanColle Command Center 改 هو إضافة Chrome تم تطويرها بواسطة kc3، والميزة الرئيسية لها هي "Kantai Collection Game Viewer and Helper".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة KanColle Command Center 改

قم بتنزيل ملفات الامتداد KanColle Command Center 改 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Successor to KanColle Command Center, KC3改 is a Kantai Collection Game Viewer containing useful tools. It's an easy one-click installation from the Chrome Webstore, and its free!                    

معلومات أساسية عن التمديد

الاسم KanColle Command Center 改 KanColle Command Center 改
ID hkgmldnainaglpjngpajnnjfhpdjkohh
عنوان URL الرسمي https://chromewebstore.google.com/detail/kancolle-command-center-%E6%94%B9/hkgmldnainaglpjngpajnnjfhpdjkohh
الوصف Kantai Collection Game Viewer and Helper
حجم الملف 73.72 MB
عدد التثبيتات 44,038
النسخة الحالية 35.6.22
آخر تحديث 2024-03-04
تاريخ النشر 2020-07-02
تقييم 4.89/5 مجموع تقييمات 1102
المطور kc3
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/KC3Kai/KC3Kai
عنوان صفحة المساعدة https://github.com/KC3Kai/KC3Kai/wiki
عنوان صفحة سياسة الخصوصية https://github.com/KC3Kai/KC3Kai/wiki/Privacy-Policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KanColle Command Center \u6539",
    "short_name": "KC3\u6539",
    "description": "Kantai Collection Game Viewer and Helper",
    "version": "35.6.22",
    "devtools_page": "pages\/devtools\/init.html",
    "options_page": "pages\/settings\/settings.html",
    "icons": {
        "16": "assets\/img\/logo\/16.png",
        "48": "assets\/img\/logo\/48.png",
        "128": "assets\/img\/logo\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/logo\/19.png",
        "default_popup": "pages\/popup\/popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "downloads",
        "downloads.shelf",
        "tabs",
        "notifications",
        "cookies",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "file:\/\/\/*",
        "*:\/\/*.dmm.com\/*",
        "*:\/\/*.kan-colle.com\/*",
        "*:\/\/203.104.209.7\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/global.js",
            "assets\/js\/Dexie.min.js",
            "library\/objects.js",
            "library\/managers.js",
            "library\/modules\/ChromeSync.js",
            "library\/modules\/QuestSync\/Sync.js",
            "library\/modules\/QuestSync\/Background.js",
            "library\/modules\/Database.js",
            "library\/modules\/Log\/Log.js",
            "library\/modules\/Log\/Background.js",
            "library\/modules\/ImageExport.js",
            "library\/modules\/Master.js",
            "library\/modules\/RemodelDb.js",
            "library\/modules\/Meta.js",
            "library\/modules\/Translation.js",
            "library\/modules\/Service.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dmm.com\/*"
            ],
            "js": [
                "library\/injections\/cookie.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.dmm.com\/netgame\/*\/app_id=854854*"
            ],
            "css": [
                "library\/injections\/dmm.css"
            ],
            "js": [
                "assets\/js\/global.js",
                "library\/objects.js",
                "library\/managers.js",
                "library\/modules\/Log\/Log.js",
                "library\/modules\/Log\/Messaging.js",
                "library\/modules\/Log\/ContentScript.js",
                "library\/modules\/ChromeSync.js",
                "library\/modules\/QuestSync\/Sync.js",
                "library\/modules\/QuestSync\/ContentScript.js",
                "library\/modules\/Master.js",
                "library\/modules\/Meta.js",
                "library\/modules\/RemodelDb.js",
                "library\/modules\/Translation.js",
                "library\/injections\/dmm_takeover.js",
                "library\/injections\/dmm.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/osapi.dmm.com\/gadgets\/*aid=854854*"
            ],
            "js": [
                "assets\/js\/global.js",
                "library\/objects.js",
                "library\/injections\/osapi.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/kcs2\/index.php?api_root=\/kcsapi*"
            ],
            "js": [
                "assets\/js\/global.js",
                "library\/objects.js",
                "library\/injections\/kcs2.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdnjs.cloudflare.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/img\/*",
        "library\/injections\/dmm_injectable.js",
        "library\/injections\/kcs2_injectable.js"
    ]
}