Pony Importer

Easy way to share ponies across Pony Town!

Wat is Pony Importer?

Pony Importer is een Chrome-extensie ontwikkeld door Zxo Pink, en de belangrijkste functie is "Easy way to share ponies across Pony Town!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pony Importer

Download Pony Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Pony Importer Pony Importer
ID gldfiobnglilbkgbbahifeikpngcjmme
Officiële URL https://chromewebstore.google.com/detail/pony-importer/gldfiobnglilbkgbbahifeikpngcjmme
Beschrijving Easy way to share ponies across Pony Town!
Bestandsgrootte 9.48 KB
Aantal Installaties 2,091
Huidige Versie 1
Laatst Bijgewerkt 2021-09-22
Publicatiedatum 2021-08-13
Beoordeling 2.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Zxo Pink
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}