YoWorld Art

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

Что такое YoWorld Art?

YoWorld Art - это расширение Chrome, разработанное https://yoworld.info, и его основная функция - "YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YoWorld Art

Скачайте файлы расширений 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
    }
}