DanMage - NicoNico-style chat on multi sites

Bring NicoNico-style chat to Twitch, YouTube and Crunchyroll!

DanMage - NicoNico-style chat on multi sitesคืออะไร?

DanMage - NicoNico-style chat on multi sites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://danmage.com และคุณลักษณะหลักของมันคือ "Bring NicoNico-style chat to Twitch, YouTube and Crunchyroll!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DanMage - NicoNico-style chat on multi sites

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

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

                        A.k.a danmaku, danmu, bullet comments, barrage comments, and chat overlay. Chats will be scrolled from right to left, on top of the video being played. Customization settings include opacity, font size, and distribution method.

See https://www.danmage.com/ for more demos and where to find settings to customize!

Note that it can be computation expensive and draining battery fast.

This extension is open sourced at https://github.com/teststaybaka/danmage. Feel free to contribute!                    

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

ชื่อ DanMage - NicoNico-style chat on multi sites DanMage - NicoNico-style chat on multi sites
ID elhaopojedichjdgkglifmijgkeclalm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/danmage-niconico-style-ch/elhaopojedichjdgkglifmijgkeclalm
คำอธิบาย Bring NicoNico-style chat to Twitch, YouTube and Crunchyroll!
ขนาดไฟล์ 45.52 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.6.6
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2020-01-01
คะแนน 4.61/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา https://danmage.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.danmage.com
URL หน้าช่วยเหลือ https://www.danmage.com
URL หน้านโยบายความเป็นส่วนตัว https://www.danmage.com/privacy
ภาษาที่รองรับ en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "3.6.6",
    "icons": {
        "128": "image\/app_icon.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content_script\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/static.crunchyroll.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.danmage.com\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlKkmRu2EcBWP\/JbKM6iugQF5H84PGf5Kh\/osv3+seAJwBxsaWFC1Dj2JBhb93AUpwPduBmLRYksSepcGZneWX3jEdqrCvQCL6RKb4o2xa6lD29SbEXZ9WL2PDkfgsHgsWs1kbplhsE0ZGkVhTldbFSbTsLGrrBRPeU7KLVjxfWYWznp6AgCTuqZrBf3oOgSGZ\/6t3ow+3eASaESKi2j2S7ej0yS57YKkyxGlx43m8BmiC\/rOOKK3i6hTjZ\/N38ZGzmFNHBG5z2dUUsD+OO6yWe1HEGvlvmpybZNe77DRMUFLvTg+Xh62PBrqsSGt0Pks5IMLn0V6S63xjU1MrO9W4QIDAQAB",
    "oauth2": {
        "client_id": "783644681124-s8ka8tchbcd097h9fhgofempapkip176.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    }
}