DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
什么是DeviantArt Shimeji - OLIVER?
DeviantArt Shimeji - OLIVER是由Jarno Le Conté开发的Chrome扩展程序,该扩展的主要功能是“OLIVER plays on DeviantArt.”。
扩展截图
下载DeviantArt Shimeji - OLIVER扩展crx文件
下载DeviantArt Shimeji - OLIVER扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | |
ID | aeiimknneoegbkngdlpbfkfnfocneggn |
官方URL | https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn |
简介 | OLIVER plays on DeviantArt. |
文件大小 | 146 KB |
安装次数 | 1,224 |
当前版本 | 0.6 |
更新时间 | 2017-02-26 |
上架时间 | 2017-02-26 |
评分 | 3.61/5 共36次评分 |
开发者 | Jarno Le Conté |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://hckr-me.tumblr.com/shimeji |
帮助页面URL | http://hckr-me.tumblr.com/shimeji |
隐私政策页面URL | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
支持的语言 | 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" } ] } |