MokaDEV Tools

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

Apa itu MokaDEV Tools?

MokaDEV Tools adalah ekstensi Chrome yang dikembangkan oleh FPT Polytechnic, dan fitur utamanya adalah "MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MokaDEV Tools

Unduh file ekstensi MokaDEV Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MokaDEV Tools MokaDEV Tools
ID eonbfjmekljhpbnmlgblcgiginohfhjk
URL Resmi https://chromewebstore.google.com/detail/mokadev-tools/eonbfjmekljhpbnmlgblcgiginohfhjk
Deskripsi MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.
Ukuran File 250 KB
Jumlah Instalasi 203
Versi Saat Ini 2.0.6
Terakhir Diperbarui 2023-08-23
Tanggal Publikasi 2021-03-02
Penilaian 3.67/5 Total 3 Penilaian
Pengembang FPT Polytechnic
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}