Pony Importer
Easy way to share ponies across Pony Town!
Qu'est-ce que Pony Importer ?
Pony Importer est une extension Chrome développée par Zxo Pink, et sa fonction principale est "Easy way to share ponies across Pony Town!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pony Importer
Téléchargez les fichiers d'extension Pony Importer 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
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!
Informations de Base sur l'Extension
Nom | Pony Importer |
ID | gldfiobnglilbkgbbahifeikpngcjmme |
URL Officiel | https://chromewebstore.google.com/detail/pony-importer/gldfiobnglilbkgbbahifeikpngcjmme |
Description | Easy way to share ponies across Pony Town! |
Taille du Fichier | 9.48 KB |
Nombre d'Installations | 2,091 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2021-09-22 |
Date de Publication | 2021-08-13 |
Évaluation | 2.00/5 Total 6 Évaluations |
Développeur | Zxo Pink |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |