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
官方網址 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
    }
}