Dutmoticon

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

Dutmoticon란 무엇입니까?

Dutmoticon은(는) 이다윗에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "엔트리에서 더 많은 스티커를 사용하세요"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dutmoticon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}