Pony Importer
Easy way to share ponies across Pony Town!
Hvad er Pony Importer?
Pony Importer er en Chrome-udvidelse udviklet af Zxo Pink, og dens hovedfunktion er "Easy way to share ponies across Pony Town!".
Udvidelsesskærmbilleder
Download Pony Importer-udvidelses-CRX-fil
Download Pony Importer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gldfiobnglilbkgbbahifeikpngcjmme |
| Officiel URL | https://chromewebstore.google.com/detail/pony-importer/gldfiobnglilbkgbbahifeikpngcjmme |
| Beskrivelse | Easy way to share ponies across Pony Town! |
| Filstørrelse | 9.48 KB |
| Antal Installationer | 2,091 |
| Nuværende Version | 1 |
| Senest Opdateret | 2021-09-22 |
| Udgivelsesdato | 2021-08-13 |
| Bedømmelse | 2.00/5 Samlet 6 Bedømmelser |
| Udvikler | Zxo Pink |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |