DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
Qu'est-ce que DeviantArt Shimeji - OLIVER ?
DeviantArt Shimeji - OLIVER est une extension Chrome développée par Jarno Le Conté, et sa fonction principale est "OLIVER plays on DeviantArt.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DeviantArt Shimeji - OLIVER
Téléchargez les fichiers d'extension DeviantArt Shimeji - OLIVER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | aeiimknneoegbkngdlpbfkfnfocneggn |
URL Officiel | https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn |
Description | OLIVER plays on DeviantArt. |
Taille du Fichier | 146 KB |
Nombre d'Installations | 1,224 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2017-02-26 |
Date de Publication | 2017-02-26 |
Évaluation | 3.61/5 Total 36 Évaluations |
Développeur | Jarno Le Conté |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://hckr-me.tumblr.com/shimeji |
URL de la Page d'Aide | http://hckr-me.tumblr.com/shimeji |
URL de la Page de Politique de Confidentialité | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Langues Prises en Charge | 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" } ] } |