Pony Importer
Easy way to share ponies across Pony Town!
Apa itu Pony Importer?
Pony Importer adalah ekstensi Chrome yang dikembangkan oleh Zxo Pink, dan fitur utamanya adalah "Easy way to share ponies across Pony Town!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pony Importer
Unduh file ekstensi Pony Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Pony Importer |
ID | gldfiobnglilbkgbbahifeikpngcjmme |
URL Resmi | https://chromewebstore.google.com/detail/pony-importer/gldfiobnglilbkgbbahifeikpngcjmme |
Deskripsi | Easy way to share ponies across Pony Town! |
Ukuran File | 9.48 KB |
Jumlah Instalasi | 2,091 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2021-09-22 |
Tanggal Publikasi | 2021-08-13 |
Penilaian | 2.00/5 Total 6 Penilaian |
Pengembang | Zxo Pink |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |