Shimeji Editor

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

O que é Shimeji Editor?

Shimeji Editor é uma extensão do Chrome desenvolvida por Jarno Le Conté, e sua principal característica é "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Shimeji Editor

Baixe arquivos de extensão Shimeji Editor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Shimeji Editor Shimeji Editor
ID pinblffencpldaaojlplanileonnlmml
URL Oficial https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml
Descrição Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
Tamanho do Arquivo 2.39 MB
Contagem de Instalações 18,188
Versão Atual 0.12
Última Atualização 2020-05-24
Data de Publicação 2020-05-24
Classificação 3.08/5 Total de 37 Avaliações
Desenvolvedor Jarno Le Conté
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://shimejis.xyz
URL da Página de Ajuda http://shimejis.xyz
URL da Página de Política de Privacidade https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf
Idiomas Suportados 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"
        ]
    }
}