YoWorld Art

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

Wat is YoWorld Art?

YoWorld Art is een Chrome-extensie ontwikkeld door https://yoworld.info, en de belangrijkste functie is "YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YoWorld Art

Download YoWorld Art-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YoWorld Art YoWorld Art
ID ielihhgdcegllgkmlhjccngaiifdebjp
Officiële URL https://chromewebstore.google.com/detail/yoworld-art/ielihhgdcegllgkmlhjccngaiifdebjp
Beschrijving YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.
Bestandsgrootte 281 KB
Aantal Installaties 1,213
Huidige Versie 1.0.2
Laatst Bijgewerkt 2019-11-07
Publicatiedatum 2019-11-05
Beoordeling 3.85/5 Totaal 13 Beoordelingen
Ontwikkelaar https://yoworld.info
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://yoworld.info/yoworld-art
Help Pagina-URL https://yoworld.info/contact
URL van de Privacybeleid Pagina https://yoworld.info/privacy-policy
Ondersteunde Talen 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
    }
}