Kantai3D

Adds 3D-like effects and jiggle physics to secretaries in "艦隊これくしょん -艦これ-"(Kantai Collection -Kancolle-)

Kantai3Dคืออะไร?

Kantai3D เป็นส่วนขยายของ Chrome ที่พัฒนาโดย laplamgor และคุณลักษณะหลักของมันคือ "Adds 3D-like effects and jiggle physics to secretaries in "艦隊これくしょん -艦これ-"(Kantai Collection -Kancolle-)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kantai3D

ดาวน์โหลดไฟล์ส่วนขยาย Kantai3D ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Kantai3D is a third-party mod for the web game, Kancolle - Kantai Collection. It brings 3D-like visual effects + jiggle physics to your secretaries.

Bonus: This extension also unlock the framerate limit of the game. Enjoy smoother animation if you have a high refresh rate monitor.

Homepage: https://github.com/laplamgor/kantai3d

Source code: https://github.com/laplamgor/kantai3d-chrome-extension

[Supported CGs]
Only a few ships are supported by custom painted depth maps
 - 3D effect quality is higher
 - may support contain jiggle effects
 - list: https://github.com/users/laplamgor/projects/3/views/1
All other CGs use depth maps generated by AI
 - 3D effect quality is rougher
 - They do not support jiggle effects


[Disclaimers]
Kantai3D is not an officially approved program. Using it may be against the Terms of Service of DMM.
Kantai3D modifies your local game client (main.js) to achieve the visual effects but does not modify any in-game API request and response. It does not affect your normal gameplay or game balance.
Please use it at your own risk.
This mod alone does not include any data from the origin game. All custom depth maps used are 100% hand-drawn. AI generated results are however not included in the scope of this open source project due to potential copyright issues.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kantai3D Kantai3D
ID ahmlmbealooccdlhfahmbimhaknbidnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kantai3d/ahmlmbealooccdlhfahmbimhaknbidnj
คำอธิบาย Adds 3D-like effects and jiggle physics to secretaries in "艦隊これくしょん -艦これ-"(Kantai Collection -Kancolle-)
ขนาดไฟล์ 13.92 KB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 3.7
อัปเดตครั้งล่าสุด 2023-08-22
วันที่เผยแพร่ 2021-01-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา laplamgor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/laplamgor/kantai3d/blob/main/README.ja.md
URL หน้าช่วยเหลือ https://github.com/laplamgor/kantai3d-chrome-extension
ภาษาที่รองรับ en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kantai3D",
    "short_name": "Kantai3D Patcher",
    "version": "3.7",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "laplamgor",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/203.104.209.71\/*",
        "*:\/\/203.104.209.87\/*",
        "*:\/\/125.6.184.215\/*",
        "*:\/\/203.104.209.183\/*",
        "*:\/\/203.104.209.150\/*",
        "*:\/\/203.104.209.134\/*",
        "*:\/\/203.104.209.167\/*",
        "*:\/\/203.104.209.199\/*",
        "*:\/\/125.6.189.7\/*",
        "*:\/\/125.6.189.39\/*",
        "*:\/\/125.6.189.71\/*",
        "*:\/\/125.6.189.103\/*",
        "*:\/\/125.6.189.135\/*",
        "*:\/\/125.6.189.167\/*",
        "*:\/\/125.6.189.215\/*",
        "*:\/\/125.6.189.247\/*",
        "*:\/\/203.104.209.23\/*",
        "*:\/\/203.104.209.39\/*",
        "*:\/\/203.104.209.55\/*",
        "*:\/\/203.104.209.102\/*",
        "*:\/\/ooi.moe\/",
        "*:\/\/ooi.moe\/",
        "*:\/\/www.dmm.com\/netgame\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "manifest_version": 3,
    "icons": {
        "128": "images\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}