DeviantArt Shimeji - OLIVER

OLIVER plays on DeviantArt.

Was ist DeviantArt Shimeji - OLIVER?

DeviantArt Shimeji - OLIVER ist eine Chrome-Erweiterung, die von Jarno Le Conté entwickelt wurde, und ihr Hauptmerkmal ist "OLIVER plays on DeviantArt.".

Erweiterungsscreenshots

screenshot

DeviantArt Shimeji - OLIVER-Erweiterungs-CRX-Datei herunterladen

Laden Sie DeviantArt Shimeji - OLIVER-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

                        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/                    

Grundlegende Informationen zur Erweiterung

Name DeviantArt Shimeji - OLIVER DeviantArt Shimeji - OLIVER
ID aeiimknneoegbkngdlpbfkfnfocneggn
Offizielle URL https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn
Beschreibung OLIVER plays on DeviantArt.
Dateigröße 146 KB
Installationsanzahl 1,224
Aktuelle Version 0.6
Letztes Update 2017-02-26
Veröffentlichungsdatum 2017-02-26
Bewertung 3.61/5 Insgesamt 36 Bewertungen
Entwickler Jarno Le Conté
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://hckr-me.tumblr.com/shimeji
Hilfeseite URL http://hckr-me.tumblr.com/shimeji
URL der Datenschutzrichtlinien-Seite http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Unterstützte Sprachen 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"
        }
    ]
}