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!”。
擴展截圖
下載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 |
ID | gldfiobnglilbkgbbahifeikpngcjmme |
官方網址 | 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 |
電子郵箱 | [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" ] } |