DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
Wat is DeviantArt Shimeji - OLIVER?
DeviantArt Shimeji - OLIVER is een Chrome-extensie ontwikkeld door Jarno Le Conté, en de belangrijkste functie is "OLIVER plays on DeviantArt.".
Extensie Screenshots
Download het CRX-bestand van de extensie DeviantArt Shimeji - OLIVER
Download DeviantArt Shimeji - OLIVER-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
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/
Basisinformatie over de Extensie
Naam | |
ID | aeiimknneoegbkngdlpbfkfnfocneggn |
Officiële URL | https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn |
Beschrijving | OLIVER plays on DeviantArt. |
Bestandsgrootte | 146 KB |
Aantal Installaties | 1,224 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2017-02-26 |
Publicatiedatum | 2017-02-26 |
Beoordeling | 3.61/5 Totaal 36 Beoordelingen |
Ontwikkelaar | Jarno Le Conté |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://hckr-me.tumblr.com/shimeji |
Help Pagina-URL | http://hckr-me.tumblr.com/shimeji |
URL van de Privacybeleid Pagina | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Ondersteunde Talen | 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" } ] } |