YoWorld Art

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

YoWorld Art란 무엇입니까?

YoWorld Art은(는) https://yoworld.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art."입니다.

확장 프로그램 스크린샷

screenshot

YoWorld Art 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}