Dutmoticon

엔트리에서 더 많은 스티커를 사용하세요

Dutmoticonคืออะไร?

Dutmoticon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 이다윗 และคุณลักษณะหลักของมันคือ "엔트리에서 더 많은 스티커를 사용하세요"

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

screenshot
screenshot
screenshot

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

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

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

                        Dutmoticon 스토어: https://dutmoticon.tica.fun

Dutmoticon은 엔트리 (playentry.org) 이야기와 작품 댓글에서 더 많은 이모티콘을 사용할 수 있게 해주는 확장 프로그램입니다.                    

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

ชื่อ Dutmoticon Dutmoticon
ID mjlbcokobnkhkgmoofapljhfgcbbchmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dutmoticon/mjlbcokobnkhkgmoofapljhfgcbbchmo
คำอธิบาย 엔트리에서 더 많은 스티커를 사용하세요
ขนาดไฟล์ 2.45 MB
จำนวนการติดตั้ง 575
เวอร์ชันปัจจุบัน 3.1.1
อัปเดตครั้งล่าสุด 2023-01-24
วันที่เผยแพร่ 2021-05-27
คะแนน 4.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา 이다윗
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dutmoticon.tica.fun
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dutmoticon",
    "version": "3.1.1",
    "description": "\uc5d4\ud2b8\ub9ac\uc5d0\uc11c \ub354 \ub9ce\uc740 \uc2a4\ud2f0\ucee4\ub97c \uc0ac\uc6a9\ud558\uc138\uc694",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/playentry.org\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "entry.js"
            ],
            "matches": [
                "https:\/\/playentry.org\/*"
            ]
        },
        {
            "js": [
                "store.js"
            ],
            "matches": [
                "https:\/\/dutmoticon.tica.fun\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "profile.js",
                "entrystory.js"
            ],
            "matches": [
                "https:\/\/playentry.org\/*"
            ]
        }
    ]
}