Move One Downloader
This extension uses a share code from the Move One app to download animation data.
Wat is Move One Downloader?
Move One Downloader is een Chrome-extensie ontwikkeld door MoveAI, en de belangrijkste functie is "This extension uses a share code from the Move One app to download animation data.".
Extensie Screenshots
Download het CRX-bestand van de extensie Move One Downloader
Download Move One Downloader-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
This extension allows you to download animation files (and preview videos) generated with the Move One application.
Basisinformatie over de Extensie
Naam | Move One Downloader |
ID | cafjiilgibepkncogaefadgpmnanfkoa |
Officiële URL | https://chromewebstore.google.com/detail/move-one-downloader/cafjiilgibepkncogaefadgpmnanfkoa |
Beschrijving | This extension uses a share code from the Move One app to download animation data. |
Bestandsgrootte | 15.6 KB |
Aantal Installaties | 1,391 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2024-02-08 |
Publicatiedatum | 2023-09-22 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | MoveAI |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.move.ai/move-one |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Move One Downloader", "description": "This extension uses a share code from the Move One app to download animation data.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.2.2", "permissions": [ "downloads" ], "host_permissions": [ "https:\/\/api.move.ai\/*", "https:\/\/api-test.move.ai\/*" ], "action": { "default_popup": "popup.html" } } |