Pony Importer
Easy way to share ponies across Pony Town!
Was ist Pony Importer?
Pony Importer ist eine Chrome-Erweiterung, die von Zxo Pink entwickelt wurde, und ihr Hauptmerkmal ist "Easy way to share ponies across Pony Town!".
Erweiterungsscreenshots
Pony Importer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pony Importer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Pony Importer |
ID | gldfiobnglilbkgbbahifeikpngcjmme |
Offizielle URL | https://chromewebstore.google.com/detail/pony-importer/gldfiobnglilbkgbbahifeikpngcjmme |
Beschreibung | Easy way to share ponies across Pony Town! |
Dateigröße | 9.48 KB |
Installationsanzahl | 2,091 |
Aktuelle Version | 1 |
Letztes Update | 2021-09-22 |
Veröffentlichungsdatum | 2021-08-13 |
Bewertung | 2.00/5 Insgesamt 6 Bewertungen |
Entwickler | Zxo Pink |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |