Thank Mr Skeltal
Turn any page into a way to thank mr skeltal
Thank Mr Skeltal क्या है?
Thank Mr Skeltal Jordan Buchman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn any page into a way to thank mr skeltal"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thank Mr Skeltal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |