DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
What is DeviantArt Shimeji - OLIVER?
DeviantArt Shimeji - OLIVER is a Chrome extension developed by Jarno Le Conté, and its main feature is "OLIVER plays on DeviantArt.".
Extension Screenshots
Download DeviantArt Shimeji - OLIVER Extension CRX File
Download DeviantArt Shimeji - OLIVER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | aeiimknneoegbkngdlpbfkfnfocneggn |
Official URL | https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn |
Description | OLIVER plays on DeviantArt. |
File Size | 146 KB |
Installation Count | 1,224 |
Current Version | 0.6 |
Last Updated | 2017-02-26 |
Publish Date | 2017-02-26 |
Rating | 3.61/5 Total 36 Ratings |
Developer | Jarno Le Conté |
[email protected] | |
Payment Type | free |
Extension Website | http://hckr-me.tumblr.com/shimeji |
Help Page URL | http://hckr-me.tumblr.com/shimeji |
Privacy Policy Page URL | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Supported Languages | 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" } ] } |