DeviantArt Shimeji - OLIVER

OLIVER plays on DeviantArt.

Cos'è DeviantArt Shimeji - OLIVER?

DeviantArt Shimeji - OLIVER è un'estensione di Chrome sviluppata da Jarno Le Conté, e la sua funzione principale è "OLIVER plays on DeviantArt.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DeviantArt Shimeji - OLIVER

Scarica i file di estensione DeviantArt Shimeji - OLIVER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome DeviantArt Shimeji - OLIVER DeviantArt Shimeji - OLIVER
ID aeiimknneoegbkngdlpbfkfnfocneggn
URL Ufficiale https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn
Descrizione OLIVER plays on DeviantArt.
Dimensione del File 146 KB
Conteggio Installazioni 1,224
Versione Corrente 0.6
Ultimo Aggiornamento 2017-02-26
Data di Pubblicazione 2017-02-26
Valutazione 3.61/5 Totale 36 Valutazioni
Sviluppatore Jarno Le Conté
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://hckr-me.tumblr.com/shimeji
URL della Pagina di Aiuto http://hckr-me.tumblr.com/shimeji
URL della Pagina della Politica sulla Privacy http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Lingue Supportate 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"
        }
    ]
}