La Boîte à Outils - The ToolsBox
Description de l'extension
La Boîte à Outils - The ToolsBoxคืออะไร?
La Boîte à Outils - The ToolsBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Silanie และคุณลักษณะหลักของมันคือ "Description de l'extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย La Boîte à Outils - The ToolsBox
ดาวน์โหลดไฟล์ส่วนขยาย La Boîte à Outils - The ToolsBox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Permet l'activation de services issus du site La Boite à Outils pour la communauté des joueurs de Renaissance Kingdoms.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | La Boîte à Outils - The ToolsBox |
ID | nlloppojhfalbfdgaoppabbgopkmdlhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/la-bo%C3%AEte-%C3%A0-outils-the-too/nlloppojhfalbfdgaoppabbgopkmdlhm |
คำอธิบาย | Description de l'extension |
ขนาดไฟล์ | 24.28 KB |
จำนวนการติดตั้ง | 152 |
เวอร์ชันปัจจุบัน | 2.0.11 |
อัปเดตครั้งล่าสุด | 2023-03-01 |
วันที่เผยแพร่ | 2020-11-15 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Silanie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://laboiteaoutils.ovh/ |
URL หน้าช่วยเหลือ | https://laboiteaoutils.ovh/ |
ภาษาที่รองรับ | 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" ] } ] } |