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文件

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