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
Eメール [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
    }
}