艦隊これくしょん -艦これ- Extension

艦隊これくしょん -艦これ- Extension

What is 艦隊これくしょん -艦これ- Extension?

艦隊これくしょん -艦これ- Extension is a Chrome extension developed by bisumaruko, and its main feature is "艦隊これくしょん -艦これ- Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download 艦隊これくしょん -艦これ- Extension Extension CRX File

Download 艦隊これくしょん -艦これ- Extension 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

                        提供瀏覽器玩家一個簡單乾淨的遊戲視窗,並提供截圖功能方便玩家快速擷取遊戲畫面,另可設定截圖時是否隱藏母港提督名。

v5.0.0 艦これ第二期 Block-1對應,因大幅更新程式碼部分功能暫時關閉

v4.0.1 修復加速啟動BUG

v4.0.0 修改程式碼和新增啟動加速,藉由阻攔除DMM和遊戲以外的請求(主要是廣告)來加速開啟

v3.2.0 修改成由擴充功能開啟遊戲時才會載入設定,普通分頁開啟遊戲時不做任何設定/改動

v3.1.3 暫時修正底部突然出現的白邊,目前找不出原因。

v3.1.2 再次修正DMM網頁更新所產生的錯誤(煩不煩啊DMM (╬゚д゚)o彡゚

v3.1.1 修正DMM網頁更新所產生的錯誤、新增預設靜音選項。

v2.1.0 新增DevTools分頁顯示遊戲資料
開啟DevTools(快捷鍵F12)後點選KCExt分頁即可檢視伺服器回傳的資料,提供轉換功能大大地提升資料的可讀性,不過目前僅轉換好出擊(mapinfo)資料,方便在活動時觀看地圖血量。

v1.4.2 新增Cookie鎖定功能
每當訪問DMM網站時都會修改相關Cookie來迴避地域錯誤。需要注意的是第一次訪問的頁面依舊會顯示地域錯誤,這時等網頁讀取完後關掉重開即可迴避,不過仍有少部分的頁面判定嚴格無法繞過去。


前置作業:
啟用分頁靜音功能 chrome://flags/#enable-tab-audio-muting

快捷鍵:
M	靜音
R	回復預設視窗大小
S	截圖&下載
Shift+R	調整視窗大小,消除黑邊用
Shift+S	截圖&儲存到佇列,最多9張
Shift+D	下載佇列中截圖,可選擇裁切方式                    

Extension Basic Information

Name 艦隊これくしょん -艦これ- Extension 艦隊これくしょん -艦これ- Extension
ID ibljbhkfnoecelmfmheldkklehicnlhi
Official URL https://chrome.google.com/webstore/detail/%E8%89%A6%E9%9A%8A%E3%81%93%E3%82%8C%E3%81%8F%E3%81%97%E3%82%87%E3%82%93-%E8%89%A6%E3%81%93%E3%82%8C-extension/ibljbhkfnoecelmfmheldkklehicnlhi
Description 艦隊これくしょん -艦これ- Extension
File Size 404 KB
Installation Count 334
Current Version 5.0.2
Last Updated 2018-11-10
Publish Date 2018-11-10
Rating 4.38/5 Total 8 Ratings
Developer bisumaruko
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8266\u968a\u3053\u308c\u304f\u3057\u3087\u3093 -\u8266\u3053\u308c- Extension",
    "version": "5.0.2",
    "description": "\u8266\u968a\u3053\u308c\u304f\u3057\u3087\u3093 -\u8266\u3053\u308c- Extension",
    "icons": {
        "128": "\/img\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon.png",
        "default_title": "\u8266\u968a\u3053\u308c\u304f\u3057\u3087\u3093 -\u8266\u3053\u308c- Extension"
    },
    "background": {
        "scripts": [
            "\/js\/messenger.js",
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dmm.com\/*gadgets*854854*",
                "http:\/\/*\/kcs2\/index.php*"
            ],
            "css": [
                "\/css\/main.css"
            ],
            "js": [
                "\/js\/lib\/jquery-3.3.1.min.js",
                "\/js\/lib\/mousetrap.min.js",
                "\/js\/messenger.js",
                "\/js\/main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "devtools_page": "\/html\/devtools.html",
    "options_ui": {
        "chrome_style": true,
        "page": "\/html\/options.html"
    },
    "permissions": [
        "",
        "cookies",
        "downloads",
        "downloads.shelf",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "\/img\/*.png",
        "\/img\/*.jpg",
        "\/data\/*.json"
    ]
}