La Boîte à Outils - The ToolsBox
Description de l'extension
La Boîte à Outils - The ToolsBox là gì?
La Boîte à Outils - The ToolsBox là một tiện ích mở rộng Chrome được phát triển bởi Silanie, và tính năng chính của nó là "Description de l'extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng La Boîte à Outils - The ToolsBox
Tải xuống các tệp mở rộng La Boîte à Outils - The ToolsBox 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
Permet l'activation de services issus du site La Boite à Outils pour la communauté des joueurs de Renaissance Kingdoms.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | La Boîte à Outils - The ToolsBox |
ID | nlloppojhfalbfdgaoppabbgopkmdlhm |
URL Chính Thức | https://chromewebstore.google.com/detail/la-bo%C3%AEte-%C3%A0-outils-the-too/nlloppojhfalbfdgaoppabbgopkmdlhm |
Mô tả | Description de l'extension |
Kích Thước Tệp | 24.28 KB |
Số Lần Cài Đặt | 152 |
Phiên Bản Hiện Tại | 2.0.11 |
Cập Nhật Lần Cuối | 2023-03-01 |
Ngày Phát Hành | 2020-11-15 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Silanie |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://laboiteaoutils.ovh/ |
URL Trang Trợ Giúp | https://laboiteaoutils.ovh/ |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "La Bo\u00eete \u00e0 Outils - The ToolsBox", "version": "2.0.11", "description": "Description de l'extension", "icons": { "512": "images\/lbo_favicon.png" }, "default_locale": "en", "action": { "default_title": "Click Me", "default_popup": "html\/popup.html" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } }, "host_permissions": [ "*:\/\/www.renaissancekingdoms.com\/*", "*:\/\/forum.renaissancekingdoms.com\/index.php*", "*:\/\/forum2.renaissancekingdoms.com\/index.php*" ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/forum.renaissancekingdoms.com\/posting.php*", "*:\/\/forum.renaissancekingdoms.com\/privmsg.php*", "*:\/\/forum2.renaissancekingdoms.com\/posting.php*", "*:\/\/forum2.renaissancekingdoms.com\/privmsg.php*", "*:\/\/rome.lesroyaumes.com\/posting.php*", "*:\/\/rome.lesroyaumes.com\/privmsg.php*" ], "js": [ "js\/forum.js" ] } ] } |