OU-to-OU SUCKS
Replaces all references to OU (University of Oklahoma) with OU SUCKS
What is OU-to-OU SUCKS?
OU-to-OU SUCKS is a Chrome extension developed by EyeViy, and its main feature is "Replaces all references to OU (University of Oklahoma) with OU SUCKS".
Download OU-to-OU SUCKS Extension CRX File
Download OU-to-OU SUCKS 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
If you are a true longhorn you're obligated to install this extension. Whenever a webpage is viewed where OU is mentioned it is replaced with "OU SUCKS" and whenever a time is shown on the page it is followed by "(and OU still SUCKS)". Hopefully in the future even more things will be added. p.s. search "time" in google, go to the OU wikipedia site, and go to youtube first after installing.
Extension Basic Information
Name | |
ID | njomcdgkmfnboapalebljapdaocjhbnc |
Official URL | https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc |
Description | Replaces all references to OU (University of Oklahoma) with OU SUCKS |
File Size | 18.67 KB |
Installation Count | 35 |
Current Version | 1.1 |
Last Updated | 2014-09-26 |
Publish Date | 2014-09-26 |
Rating | 3.67/5 Total 3 Ratings |
Developer | EyeViy |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OU-to-OU SUCKS", "manifest_version": 2, "version": "1.1", "description": "Replaces all references to OU (University of Oklahoma) with OU SUCKS", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "icons": { "16": "longhorn16.png", "48": "OU_SUCKS48.png", "128": "longhorn128.png" } } |