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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |