YoWorld Art

YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.

YoWorld Artคืออะไร?

YoWorld Art เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yoworld.info และคุณลักษณะหลักของมันคือ "YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YoWorld Art

ดาวน์โหลดไฟล์ส่วนขยาย YoWorld Art ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever wanted to create your own YoWorld paint board art? Well now you can, and it's never been easier. Our browser extension makes it as easy as possible, with just a few simple steps. Our art extension works on all platforms including Windows, Mac, Linux and ChromeOS.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YoWorld Art YoWorld Art
ID ielihhgdcegllgkmlhjccngaiifdebjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yoworld-art/ielihhgdcegllgkmlhjccngaiifdebjp
คำอธิบาย YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.
ขนาดไฟล์ 281 KB
จำนวนการติดตั้ง 1,213
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-11-07
วันที่เผยแพร่ 2019-11-05
คะแนน 3.85/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://yoworld.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://yoworld.info/yoworld-art
URL หน้าช่วยเหลือ https://yoworld.info/contact
URL หน้านโยบายความเป็นส่วนตัว https://yoworld.info/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YoWorld Art",
    "description": "YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/yoworld.info\/*",
        ""
    ],
    "browser_action": {
        "default_title": "YoWorld Art",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}