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文件
下载Thank Mr Skeltal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |