Shimeji Editor

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

Wat is Shimeji Editor?

Shimeji Editor is een Chrome-extensie ontwikkeld door Jarno Le Conté, en de belangrijkste functie is "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Shimeji Editor

Download Shimeji Editor-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

                        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                    

Basisinformatie over de Extensie

Naam Shimeji Editor Shimeji Editor
ID pinblffencpldaaojlplanileonnlmml
Officiële URL https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml
Beschrijving Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
Bestandsgrootte 2.39 MB
Aantal Installaties 18,188
Huidige Versie 0.12
Laatst Bijgewerkt 2020-05-24
Publicatiedatum 2020-05-24
Beoordeling 3.08/5 Totaal 37 Beoordelingen
Ontwikkelaar Jarno Le Conté
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://shimejis.xyz
Help Pagina-URL http://shimejis.xyz
URL van de Privacybeleid Pagina https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf
Ondersteunde Talen 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"
        ]
    }
}