DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
Vad är DeviantArt Shimeji - OLIVER?
DeviantArt Shimeji - OLIVER är en Chrome-tillägg utvecklad av Jarno Le Conté, och dess huvudfunktion är "OLIVER plays on DeviantArt.".
Tilläggsskärmbilder
Ladda ner DeviantArt Shimeji - OLIVER-förlängningens CRX-fil
Ladda ner DeviantArt Shimeji - OLIVER-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | aeiimknneoegbkngdlpbfkfnfocneggn |
Officiell webbadress | https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn |
Beskrivning | OLIVER plays on DeviantArt. |
Filstorlek | 146 KB |
Antal Installationer | 1,224 |
Aktuell Version | 0.6 |
Senast Uppdaterad | 2017-02-26 |
Publiceringsdatum | 2017-02-26 |
Betyg | 3.61/5 Totalt 36 Betyg |
Utvecklare | Jarno Le Conté |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://hckr-me.tumblr.com/shimeji |
Hjälpsida URL | http://hckr-me.tumblr.com/shimeji |
URL till Sekretesspolicy Sidan | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Stödda Språk | 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" } ] } |