YoWorld Art

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

Cos'è YoWorld Art?

YoWorld Art è un'estensione di Chrome sviluppata da https://yoworld.info, e la sua funzione principale è "YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YoWorld Art

Scarica i file di estensione YoWorld Art in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YoWorld Art YoWorld Art
ID ielihhgdcegllgkmlhjccngaiifdebjp
URL Ufficiale https://chromewebstore.google.com/detail/yoworld-art/ielihhgdcegllgkmlhjccngaiifdebjp
Descrizione YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.
Dimensione del File 281 KB
Conteggio Installazioni 1,213
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-11-07
Data di Pubblicazione 2019-11-05
Valutazione 3.85/5 Totale 13 Valutazioni
Sviluppatore https://yoworld.info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://yoworld.info/yoworld-art
URL della Pagina di Aiuto https://yoworld.info/contact
URL della Pagina della Politica sulla Privacy https://yoworld.info/privacy-policy
Lingue Supportate 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
    }
}