YoWorld Art

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

Was ist YoWorld Art?

YoWorld Art ist eine Chrome-Erweiterung, die von https://yoworld.info entwickelt wurde, und ihr Hauptmerkmal ist "YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.".

Erweiterungsscreenshots

screenshot

YoWorld Art-Erweiterungs-CRX-Datei herunterladen

Laden Sie YoWorld Art-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YoWorld Art YoWorld Art
ID ielihhgdcegllgkmlhjccngaiifdebjp
Offizielle URL https://chromewebstore.google.com/detail/yoworld-art/ielihhgdcegllgkmlhjccngaiifdebjp
Beschreibung YoWorld Art is a browser extension for the game YoWorld to create your own paintboard art.
Dateigröße 281 KB
Installationsanzahl 1,213
Aktuelle Version 1.0.2
Letztes Update 2019-11-07
Veröffentlichungsdatum 2019-11-05
Bewertung 3.85/5 Insgesamt 13 Bewertungen
Entwickler https://yoworld.info
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://yoworld.info/yoworld-art
Hilfeseite URL https://yoworld.info/contact
URL der Datenschutzrichtlinien-Seite https://yoworld.info/privacy-policy
Unterstützte Sprachen 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
    }
}