YoWorld Art

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

What is YoWorld Art?

YoWorld Art is a Chrome extension developed by https://yoworld.info, and its main feature is "YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.".

Extension Screenshots

screenshot

Download YoWorld Art Extension CRX File

Download YoWorld Art extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YoWorld Art YoWorld Art
ID ielihhgdcegllgkmlhjccngaiifdebjp
Official URL https://chromewebstore.google.com/detail/yoworld-art/ielihhgdcegllgkmlhjccngaiifdebjp
Description YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.
File Size 281 KB
Installation Count 1,213
Current Version 1.0.2
Last Updated 2019-11-07
Publish Date 2019-11-05
Rating 3.85/5 Total 13 Ratings
Developer https://yoworld.info
Email [email protected]
Payment Type free
Extension Website https://yoworld.info/yoworld-art
Help Page URL https://yoworld.info/contact
Privacy Policy Page URL https://yoworld.info/privacy-policy
Supported Languages 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
    }
}