Tumblr Shimeji - Kagamine Len
Kagamine Len plays on your tumblr dash.
Tumblr Shimeji - Kagamine Len란 무엇입니까?
Tumblr Shimeji - Kagamine Len은(는) Jarno Le Conté에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kagamine Len plays on your tumblr dash."입니다.
확장 프로그램 스크린샷
Tumblr Shimeji - Kagamine Len 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This little mascot of Kagamine Len will be released on your tumblr dashboard, after which he starts to play and interact with your posts. CREDITS Artwork Artist: ちほ (pixiv ID 345487) http://www.pixiv.net/member.php?id=345487 Original Shimeji Software: Yuki Yamada of Group Finity http://www.group-finity.com/Shimeji/
확장 프로그램 기본 정보
이름 | |
ID | ccdphbijamfkoiieehbhpmdnijmmophc |
공식 URL | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc |
설명 | Kagamine Len plays on your tumblr dash. |
파일 크기 | 139 KB |
설치 횟수 | 859 |
현재 버전 | 0.5 |
최근 업데이트 | 2017-02-26 |
출시 날짜 | 2017-02-26 |
평점 | 4.16/5 총 85 개의 평점 |
개발자 | 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": "Tumblr Shimeji - Kagamine Len", "description": "Kagamine Len plays on your tumblr dash.", "version": "0.5", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "browser_action": { "default_title": "Kagamine Len Shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [], "include_globs": [], "js": [ "tumblr-shimeji-len.user.js" ], "matches": [ "https:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/tagged\/*" ], "run_at": "document_end" } ] } |