La Boîte à Outils - The ToolsBox
Description de l'extension
Vad är La Boîte à Outils - The ToolsBox?
La Boîte à Outils - The ToolsBox är en Chrome-tillägg utvecklad av Silanie, och dess huvudfunktion är "Description de l'extension".
Tilläggsskärmbilder
Ladda ner La Boîte à Outils - The ToolsBox-förlängningens CRX-fil
Ladda ner La Boîte à Outils - The ToolsBox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Permet l'activation de services issus du site La Boite à Outils pour la communauté des joueurs de Renaissance Kingdoms.
Grundläggande Information om Tillägg
Namn | La Boîte à Outils - The ToolsBox |
ID | nlloppojhfalbfdgaoppabbgopkmdlhm |
Officiell webbadress | https://chromewebstore.google.com/detail/la-bo%C3%AEte-%C3%A0-outils-the-too/nlloppojhfalbfdgaoppabbgopkmdlhm |
Beskrivning | Description de l'extension |
Filstorlek | 24.28 KB |
Antal Installationer | 152 |
Aktuell Version | 2.0.11 |
Senast Uppdaterad | 2023-03-01 |
Publiceringsdatum | 2020-11-15 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | Silanie |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://laboiteaoutils.ovh/ |
Hjälpsida URL | https://laboiteaoutils.ovh/ |
Stödda Språk | 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" ] } ] } |