YoWorld Art

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

Co to jest YoWorld Art?

YoWorld Art to rozszerzenie Chrome opracowane przez https://yoworld.info, a jego główną funkcją jest „YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YoWorld Art

Pobierz pliki rozszerzeń YoWorld Art w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YoWorld Art YoWorld Art
ID ielihhgdcegllgkmlhjccngaiifdebjp
Oficjalny URL https://chromewebstore.google.com/detail/yoworld-art/ielihhgdcegllgkmlhjccngaiifdebjp
Opis YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.
Rozmiar pliku 281 KB
Liczba instalacji 1,213
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2019-11-07
Data Publikacji 2019-11-05
Ocena 3.85/5 Łącznie 13 Oceny
Deweloper https://yoworld.info
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://yoworld.info/yoworld-art
Adres URL Strony Pomocy https://yoworld.info/contact
Adres URL Strony Polityki Prywatności https://yoworld.info/privacy-policy
Obsługiwane Języki 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
    }
}