Pony Importer
Easy way to share ponies across Pony Town!
Pony Importerคืออะไร?
Pony Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zxo Pink และคุณลักษณะหลักของมันคือ "Easy way to share ponies across Pony Town!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pony Importer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" ] } |