MokaDEV Tools

MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.

MokaDEV Tools란 무엇입니까?

MokaDEV Tools은(는) FPT Polytechnic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Cập nhật mới: 
Tin nhắn vô hình. Chat message với nhau cả 2 cài extension mới thấy được.
Muốn tin nhắn gửi đi là vô hình thì làm như sau >Nội dung cần ẩn< là được.
Tiện ích mở rộng nhằm giúp người dùng có nhiều lựa chọn cảm xúc vào story của những người bạn trên facebook hơn.
Các tính năng: 
Thả cảm xúc vào story.
Nhắn tin tàn hình.                    

확장 프로그램 기본 정보

이름 MokaDEV Tools MokaDEV Tools
ID eonbfjmekljhpbnmlgblcgiginohfhjk
공식 URL https://chromewebstore.google.com/detail/mokadev-tools/eonbfjmekljhpbnmlgblcgiginohfhjk
설명 MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.
파일 크기 250 KB
설치 횟수 203
현재 버전 2.0.6
최근 업데이트 2023-08-23
출시 날짜 2021-03-02
평점 3.67/5 총 3 개의 평점
개발자 FPT Polytechnic
이메일 [email protected]
결제 유형 free
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.6",
    "manifest_version": 3,
    "name": "MokaDEV Tools",
    "description": "MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "\/images\/icon.png"
        },
        "default_title": "MokaDEV Tools",
        "default_popup": "\/views\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/app.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "permissions": [
        "scripting",
        "tabs",
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/emoji.json",
                "js\/hidden.js",
                "js\/popup.js",
                "content\/none.png",
                "vendor\/Jcrop.gif"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/mokadev.net"
}