Partyhatify
Suddenly, this webpage is wearing partyhats
What is Partyhatify?
Partyhatify is a Chrome extension developed by Xan, and its main feature is "Suddenly, this webpage is wearing partyhats".
Extension Screenshots
Download Partyhatify Extension CRX File
Download Partyhatify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to add party hats over any webpage. Based upon party hat meme sparking from Tom Siddell's webcomic "Gunnerkrigg Court". This extension has known issues with some websites, but works mostly consistently in its current state. More features are planned. See the website link for source code / bugtracker. v.1.1 Initial release
Extension Basic Information
Name | Partyhatify |
ID | kdndljldiihhacbjgpfpldngjdfghgkc |
Official URL | https://chromewebstore.google.com/detail/partyhatify/kdndljldiihhacbjgpfpldngjdfghgkc |
Description | Suddenly, this webpage is wearing partyhats |
File Size | 192 KB |
Installation Count | 47 |
Current Version | 1.1 |
Last Updated | 2014-02-14 |
Publish Date | 2014-02-14 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Xan |
[email protected] | |
Payment Type | free |
Extension Website | http://gunnerkrigg.proboards.com/thread/1185/partyhat-rule |
Help Page URL | https://github.com/kav2k/partyhat-chrome/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Partyhatify", "description": "Suddenly, this webpage is wearing partyhats", "icons": { "48": "img\/partyhat.png", "128": "img\/partyhat.png" }, "browser_action": { "default_icon": "img\/partyhat.png", "default_title": "Suddenly, a partyhat!" }, "background": { "scripts": [ "js\/event.js" ], "persistent": false }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "img\/*", "css\/*", "js\/*.js" ], "version": "1.1" } |