DeviantArt Shimeji - OLIVER

OLIVER plays on DeviantArt.

O que é DeviantArt Shimeji - OLIVER?

DeviantArt Shimeji - OLIVER é uma extensão do Chrome desenvolvida por Jarno Le Conté, e sua principal característica é "OLIVER plays on DeviantArt.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DeviantArt Shimeji - OLIVER

Baixe arquivos de extensão DeviantArt Shimeji - OLIVER 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

                        This little mascot of OLIVER will be released on deviantart, after which he starts to play and interact with your pages. 

CREDITS

Shimeji Artist: 
FrazzledFlame
http://frazzledflame.deviantart.com

Icon Artist: 
TheShelberine
http://theshelberine.deviantart.com

Original Shimeji Software:
Yuki Yamada of Group Finity
http://www.group-finity.com/Shimeji/                    

Informações Básicas da Extensão

Nome DeviantArt Shimeji - OLIVER DeviantArt Shimeji - OLIVER
ID aeiimknneoegbkngdlpbfkfnfocneggn
URL Oficial https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn
Descrição OLIVER plays on DeviantArt.
Tamanho do Arquivo 146 KB
Contagem de Instalações 1,224
Versão Atual 0.6
Última Atualização 2017-02-26
Data de Publicação 2017-02-26
Classificação 3.61/5 Total de 36 Avaliações
Desenvolvedor Jarno Le Conté
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://hckr-me.tumblr.com/shimeji
URL da Página de Ajuda http://hckr-me.tumblr.com/shimeji
URL da Página de Política de Privacidade http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeviantArt Shimeji - OLIVER",
    "description": "OLIVER plays on DeviantArt.",
    "version": "0.6",
    "author": "Jarno Le Cont\u00e9",
    "manifest_version": 2,
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "OLIVER shimeji"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "http:\/\/www.deviantart.com\/"
            ],
            "include_globs": [],
            "js": [
                "deviantart-shimeji-oliver.user.js"
            ],
            "matches": [
                "http:\/\/www.deviantart.com\/browse\/*",
                "http:\/\/*.deviantart.com\/art\/*",
                "http:\/\/*.deviantart.com\/",
                "http:\/\/*.deviantart.com\/gallery\/*",
                "http:\/\/*.deviantart.com\/favourites\/*",
                "http:\/\/*.deviantart.com\/journal\/*",
                "http:\/\/*.deviantart.com\/aboutus\/*",
                "http:\/\/*.deviantart.com\/blog\/*"
            ],
            "run_at": "document_end"
        }
    ]
}