Dutmoticon

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

Dutmoticon là gì?

Dutmoticon là một tiện ích mở rộng Chrome được phát triển bởi 이다윗, và tính năng chính của nó là "엔트리에서 더 많은 스티커를 사용하세요".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dutmoticon

Tải xuống các tệp mở rộng Dutmoticon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dutmoticon Dutmoticon
ID mjlbcokobnkhkgmoofapljhfgcbbchmo
URL Chính Thức https://chromewebstore.google.com/detail/dutmoticon/mjlbcokobnkhkgmoofapljhfgcbbchmo
Mô tả 엔트리에서 더 많은 스티커를 사용하세요
Kích Thước Tệp 2.45 MB
Số Lần Cài Đặt 575
Phiên Bản Hiện Tại 3.1.1
Cập Nhật Lần Cuối 2023-01-24
Ngày Phát Hành 2021-05-27
Đánh Giá 4.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển 이다윗
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dutmoticon.tica.fun
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}