GC78 Ice Cream Party
Replaces the text 'General Convention' with 'Ice Cream Party'.
What is GC78 Ice Cream Party?
GC78 Ice Cream Party is a Chrome extension developed by David Sibley, and its main feature is "Replaces the text 'General Convention' with 'Ice Cream Party'.".
Extension Screenshots
Download GC78 Ice Cream Party Extension CRX File
Download GC78 Ice Cream Party 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 provides relief to beleaguered Episcopalians who are overwhelmed by General Convention, or at least, need a laugh out of it. Let's have an Ice Cream party instead! (Much credit and thanks to Eric Bailey, who wrote the "Millennials to Snake People" extension, for making this very easy coding, by sharing his code publicly and freely licensing that work.)
Extension Basic Information
Name | GC78 Ice Cream Party |
ID | ehncpgmcdaimjbcgdhedmlmhbodfcfjp |
Official URL | https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp |
Description | Replaces the text 'General Convention' with 'Ice Cream Party'. |
File Size | 33.27 KB |
Installation Count | 25 |
Current Version | 1.7 |
Last Updated | 2015-06-12 |
Publish Date | 2015-06-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | David Sibley |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GC78 Ice Cream Party", "short_name": "Ice Cream", "description": "Replaces the text 'General Convention' with 'Ice Cream Party'.", "author": "David Sibley", "version": "1.7", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |