Pony Importer
Easy way to share ponies across Pony Town!
Cos'è Pony Importer?
Pony Importer è un'estensione di Chrome sviluppata da Zxo Pink, e la sua funzione principale è "Easy way to share ponies across Pony Town!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pony Importer
Scarica i file di estensione Pony Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
An easy way to share ponies across Pony Town! thanks to this plugin you can simply copy your pony's data and share it with a friend, or the whole town! and they can use the data to save your pony design on their account, using only copy and paste!
Informazioni di Base sull'Estensione
Nome | Pony Importer |
ID | gldfiobnglilbkgbbahifeikpngcjmme |
URL Ufficiale | https://chromewebstore.google.com/detail/pony-importer/gldfiobnglilbkgbbahifeikpngcjmme |
Descrizione | Easy way to share ponies across Pony Town! |
Dimensione del File | 9.48 KB |
Conteggio Installazioni | 2,091 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2021-09-22 |
Data di Pubblicazione | 2021-08-13 |
Valutazione | 2.00/5 Totale 6 Valutazioni |
Sviluppatore | Zxo Pink |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pony Importer", "description": "Easy way to share ponies across Pony Town!", "version": "1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/pony.town\/*" ], "js": [ "content.js" ] } ], "icons": { "32": "images\/logo32.png", "64": "images\/logo64.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Pony importer" }, "background": { "scripts": [ "bgp.js" ], "persistent": true }, "permissions": [ "https:\/\/pony.town\/*", "webRequest" ] } |