Pony Importer

Easy way to share ponies across Pony Town!

Pony Importerとは何ですか?

Pony ImporterはZxo Pinkによって開発されたChromeの拡張機能で、その主な機能は「Easy way to share ponies across Pony Town!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pony Importer拡張機能のCRXファイルをダウンロード

Pony Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Pony Importer Pony Importer
ID gldfiobnglilbkgbbahifeikpngcjmme
公式URL https://chromewebstore.google.com/detail/pony-importer/gldfiobnglilbkgbbahifeikpngcjmme
説明 Easy way to share ponies across Pony Town!
ファイルサイズ 9.48 KB
インストール数 2,091
現在のバージョン 1
最終更新日 2021-09-22
公開日 2021-08-13
評価 2.00/5 合計 6 レビュー
開発者 Zxo Pink
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}