Pony Importer

Easy way to share ponies across Pony Town!

What is Pony Importer?

Pony Importer is a Chrome extension developed by Zxo Pink, and its main feature is "Easy way to share ponies across Pony Town!".

Extension Screenshots

screenshot
screenshot

Download Pony Importer Extension CRX File

Download Pony Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Pony Importer Pony Importer
ID gldfiobnglilbkgbbahifeikpngcjmme
Official URL https://chromewebstore.google.com/detail/pony-importer/gldfiobnglilbkgbbahifeikpngcjmme
Description Easy way to share ponies across Pony Town!
File Size 9.48 KB
Installation Count 2,091
Current Version 1
Last Updated 2021-09-22
Publish Date 2021-08-13
Rating 2.00/5 Total 6 Ratings
Developer Zxo Pink
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}