Dutmoticon

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

什么是Dutmoticon?

Dutmoticon是由이다윗开发的Chrome扩展程序,该扩展的主要功能是“엔트리에서 더 많은 스티커를 사용하세요”。

扩展截图

screenshot
screenshot
screenshot

下载Dutmoticon扩展crx文件

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