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 レビュー
開発者 이다윗
Eメール [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\/*"
            ]
        }
    ]
}