Shimeji Editor

Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.

Was ist Shimeji Editor?

Shimeji Editor ist eine Chrome-Erweiterung, die von Jarno Le Conté entwickelt wurde, und ihr Hauptmerkmal ist "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.".

Erweiterungsscreenshots

screenshot
screenshot

Shimeji Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shimeji Editor-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

                        Little Shimeji buddies live in your browser and interact with webpages. You script their behaviour! Define how they should interact with elements on the site, by writing code or pasting scripts written by others. You can choose different characters or upload your own Shimeji artwork provided as spritesheet. Please share scripts and Shimejis, and have FUN! 

Visit our web page for more information: http://shimejis.xyz                    

Grundlegende Informationen zur Erweiterung

Name Shimeji Editor Shimeji Editor
ID pinblffencpldaaojlplanileonnlmml
Offizielle URL https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml
Beschreibung Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
Dateigröße 2.39 MB
Installationsanzahl 18,188
Aktuelle Version 0.12
Letztes Update 2020-05-24
Veröffentlichungsdatum 2020-05-24
Bewertung 3.08/5 Insgesamt 37 Bewertungen
Entwickler Jarno Le Conté
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://shimejis.xyz
Hilfeseite URL http://shimejis.xyz
URL der Datenschutzrichtlinien-Seite https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shimeji Editor",
    "description": "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.",
    "version": "0.12",
    "author": "Jarno Le Cont\u00e9",
    "manifest_version": 2,
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "*:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'sha256-aEeKSL7j+nrUdIrLloY6TV2\/Yx+HXp4rknVaTXwNWno=' 'sha256-7B6rTuXUsu9shBeECmDFH4h7RDsfogQ3kIonJnIL40o=' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Shimejis"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}