Thank Mr Skeltal
Turn any page into a way to thank mr skeltal
Thank Mr Skeltal란 무엇입니까?
Thank Mr Skeltal은(는) Jordan Buchman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn any page into a way to thank mr skeltal"입니다.
확장 프로그램 스크린샷
Thank Mr Skeltal 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the button to thank mr skeltal! Features include: * "Spooky Scary Skeletons" by Andrew Gold * Replaces that boring old cursor with a spooky skull * Dancing skeletons rain down upon your screen * Lots and lots of skeleton gifs!
확장 프로그램 기본 정보
이름 | Thank Mr Skeltal |
ID | maaihlnpjfbdfajjbhbpmjpklkodbdca |
공식 URL | https://chromewebstore.google.com/detail/thank-mr-skeltal/maaihlnpjfbdfajjbhbpmjpklkodbdca |
설명 | Turn any page into a way to thank mr skeltal |
파일 크기 | 40.71 MB |
설치 횟수 | 819 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2017-03-20 |
출시 날짜 | 2017-03-20 |
평점 | 4.78/5 총 32 개의 평점 |
개발자 | Jordan Buchman |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thank Mr Skeltal", "version": "0.0.3", "manifest_version": 2, "description": "Turn any page into a way to thank mr skeltal", "homepage_url": "http:\/\/jmb.cat", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Thank Mr Skeltal", "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "cdskeleton.gif", "trippyhandskeleton.gif", "glassesskeleton.gif", "spinningskeleton.gif", "coffeeskeleton.gif", "photoskeleton.gif", "snackskeleton.gif", "laptopskeleton.gif", "chairskeleton.gif", "blowdryskeleton.gif", "flowerskeleton.gif", "infinitejestskeleton.gif", "flowerskeleton2.gif", "macbookskeleton.gif", "tvskeleton.gif", "swimmingskeleton.gif", "shirtskeleton.gif", "vrskeleton.gif", "shakingskeleton.gif", "plantskeleton.gif", "pizzaskeleton.gif", "clockskeleton.gif", "litteringskeleton.gif", "deodorantskeleton.gif", "ballskeleton.gif", "waterfountainskeleton.gif", "drinkfromwaterskeleton.gif", "spaceskeleton.gif", "phoneskeleton.gif", "showerskeleton.gif", "dryingskeleton.gif", "rainskeleton.gif", "spookyscaryskeletons.mp3", "spookyscaryskeletons_remix.mp3", "dootdoot.mp3", "skull_cursor.png", "skulltrumpet.gif", "dancingskeleton.gif", "thankmrskeltal.png" ] } |