La Boîte à Outils - The ToolsBox
Description de l'extension
Wat is La Boîte à Outils - The ToolsBox?
La Boîte à Outils - The ToolsBox is een Chrome-extensie ontwikkeld door Silanie, en de belangrijkste functie is "Description de l'extension".
Extensie Screenshots
Download het CRX-bestand van de extensie La Boîte à Outils - The ToolsBox
Download La Boîte à Outils - The ToolsBox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Permet l'activation de services issus du site La Boite à Outils pour la communauté des joueurs de Renaissance Kingdoms.
Basisinformatie over de Extensie
Naam | La Boîte à Outils - The ToolsBox |
ID | nlloppojhfalbfdgaoppabbgopkmdlhm |
Officiële URL | https://chromewebstore.google.com/detail/la-bo%C3%AEte-%C3%A0-outils-the-too/nlloppojhfalbfdgaoppabbgopkmdlhm |
Beschrijving | Description de l'extension |
Bestandsgrootte | 24.28 KB |
Aantal Installaties | 152 |
Huidige Versie | 2.0.11 |
Laatst Bijgewerkt | 2023-03-01 |
Publicatiedatum | 2020-11-15 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Silanie |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://laboiteaoutils.ovh/ |
Help Pagina-URL | https://laboiteaoutils.ovh/ |
Ondersteunde Talen | 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" ] } ] } |