Sweet Ass-Extension
Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
What is Sweet Ass-Extension?
Sweet Ass-Extension is a Chrome extension developed by patrickpan, and its main feature is "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.".
Download Sweet Ass-Extension Extension CRX File
Download Sweet Ass-Extension 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
Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. Joke originally from http://xkcd.com/37
Extension Basic Information
Name | ![]() |
ID | idfbpaffchkcafldjoobhmbpekhhnkjg |
Official URL | https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg |
Description | Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37. |
File Size | 3.45 KB |
Installation Count | 10 |
Current Version | 1 |
Last Updated | 2015-04-09 |
Publish Date | 2015-04-09 |
Rating | 4.00/5 Total 1 Ratings |
Developer | patrickpan |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.", "manifest_version": 2, "name": "Sweet Ass-Extension", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1" } |