Gather Auto Teleport
Automatic teleportation extension for gather.town.
Co je Gather Auto Teleport?
Gather Auto Teleport je rozšíření Chrome vyvinuté ellreka, a jeho hlavní funkcí je „Automatic teleportation extension for gather.town.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gather Auto Teleport
Stáhněte si soubory rozšíření Gather Auto Teleport ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
== Features == - Teleport to a specified location. - Automatically teleport at a specified time each day.
Základní Informace o Rozšíření
Název | Gather Auto Teleport |
ID | injoakgeofihmikhnmifmniakkdbnjpl |
Oficiální URL | https://chromewebstore.google.com/detail/gather-auto-teleport/injoakgeofihmikhnmifmniakkdbnjpl |
Popis | Automatic teleportation extension for gather.town. |
Velikost souboru | 82.01 KB |
Počet instalací | 167 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2022-07-18 |
Datum Vydání | 2022-06-23 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | ellreka |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ellreka/gather-auto-teleport |
Podporované Jazyky | 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\/*" ] } ] } |