Gather Auto Teleport
Automatic teleportation extension for gather.town.
Qu'est-ce que Gather Auto Teleport ?
Gather Auto Teleport est une extension Chrome développée par ellreka, et sa fonction principale est "Automatic teleportation extension for gather.town.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gather Auto Teleport
Téléchargez les fichiers d'extension Gather Auto Teleport au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
== Features == - Teleport to a specified location. - Automatically teleport at a specified time each day.
Informations de Base sur l'Extension
Nom | Gather Auto Teleport |
ID | injoakgeofihmikhnmifmniakkdbnjpl |
URL Officiel | https://chromewebstore.google.com/detail/gather-auto-teleport/injoakgeofihmikhnmifmniakkdbnjpl |
Description | Automatic teleportation extension for gather.town. |
Taille du Fichier | 82.01 KB |
Nombre d'Installations | 167 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2022-07-18 |
Date de Publication | 2022-06-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ellreka |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ellreka/gather-auto-teleport |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gather Auto Teleport", "version": "1.0.4", "description": "Automatic teleportation extension for gather.town.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/app.gather.town\/*" ], "js": [ "inject.js" ] } ], "icons": { "128": "icon-128.png" }, "manifest_version": 3, "permissions": [ "tabs", "alarms", "storage", "notifications" ], "web_accessible_resources": [ { "resources": [ "inject.js", "content.js" ], "matches": [ "https:\/\/app.gather.town\/*" ] } ] } |