DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
Hvad er DeviantArt Shimeji - OLIVER?
DeviantArt Shimeji - OLIVER er en Chrome-udvidelse udviklet af Jarno Le Conté, og dens hovedfunktion er "OLIVER plays on DeviantArt.".
Udvidelsesskærmbilleder
Download DeviantArt Shimeji - OLIVER-udvidelses-CRX-fil
Download DeviantArt Shimeji - OLIVER-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aeiimknneoegbkngdlpbfkfnfocneggn |
Officiel URL | https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn |
Beskrivelse | OLIVER plays on DeviantArt. |
Filstørrelse | 146 KB |
Antal Installationer | 1,224 |
Nuværende Version | 0.6 |
Senest Opdateret | 2017-02-26 |
Udgivelsesdato | 2017-02-26 |
Bedømmelse | 3.61/5 Samlet 36 Bedømmelser |
Udvikler | Jarno Le Conté |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://hckr-me.tumblr.com/shimeji |
Hjælpeside-URL | http://hckr-me.tumblr.com/shimeji |
URL til Fortrolighedspolitik Side | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Understøttede Sprog | 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" } ] } |