MokaDEV Tools
MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.
Was ist MokaDEV Tools?
MokaDEV Tools ist eine Chrome-Erweiterung, die von FPT Polytechnic entwickelt wurde, und ihr Hauptmerkmal ist "MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.".
Erweiterungsscreenshots
MokaDEV Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie MokaDEV Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | MokaDEV Tools |
ID | eonbfjmekljhpbnmlgblcgiginohfhjk |
Offizielle URL | https://chromewebstore.google.com/detail/mokadev-tools/eonbfjmekljhpbnmlgblcgiginohfhjk |
Beschreibung | MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects. |
Dateigröße | 250 KB |
Installationsanzahl | 203 |
Aktuelle Version | 2.0.6 |
Letztes Update | 2023-08-23 |
Veröffentlichungsdatum | 2021-03-02 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | FPT Polytechnic |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |