MUSH Tools
Module d'outils du chat de MUSH
Was ist MUSH Tools?
MUSH Tools ist eine Chrome-Erweiterung, die von Charley SEDEAU entwickelt wurde, und ihr Hauptmerkmal ist "Module d'outils du chat de MUSH".
Erweiterungsscreenshots
MUSH Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie MUSH 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
Cette application fait apparaître 2 nouveaux outils sur le jeux MUSH de la Motion-Twin Outils actuels : -> Bouton pour rafraîchir le chat -> Bouton pour marquer le chat actuel "Lu" Certaines images présentes sur ce site sont la propriété de la Motion-Twin et seront retirées sur simple demande.
Grundlegende Informationen zur Erweiterung
Name | MUSH Tools |
ID | gifpfcbjlbdnpddapfoimimfcgdbohnd |
Offizielle URL | https://chromewebstore.google.com/detail/mush-tools/gifpfcbjlbdnpddapfoimimfcgdbohnd |
Beschreibung | Module d'outils du chat de MUSH |
Dateigröße | 3.46 KB |
Installationsanzahl | 19 |
Aktuelle Version | 42.0 |
Letztes Update | 2015-08-05 |
Veröffentlichungsdatum | 2015-08-05 |
Bewertung | 2.00/5 Insgesamt 2 Bewertungen |
Entwickler | Charley SEDEAU |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "include_globs": [ "http:\/\/mush.vg\/*" ], "js": [ "script.user.js" ], "matches": [ "http:\/\/mush.vg\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Module d'outils du chat de MUSH", "name": "MUSH Tools", "manifest_version": 2, "version": "42.0" } |