OU-to-OU SUCKS

Replaces all references to OU (University of Oklahoma) with OU SUCKS

Wat is OU-to-OU SUCKS?

OU-to-OU SUCKS is een Chrome-extensie ontwikkeld door EyeViy, en de belangrijkste functie is "Replaces all references to OU (University of Oklahoma) with OU SUCKS".

Download het CRX-bestand van de extensie OU-to-OU SUCKS

Download OU-to-OU SUCKS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OU-to-OU SUCKS OU-to-OU SUCKS
ID njomcdgkmfnboapalebljapdaocjhbnc
Officiële URL https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc
Beschrijving Replaces all references to OU (University of Oklahoma) with OU SUCKS
Bestandsgrootte 18.67 KB
Aantal Installaties 35
Huidige Versie 1.1
Laatst Bijgewerkt 2014-09-26
Publicatiedatum 2014-09-26
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar EyeViy
Betalingswijze free
Ondersteunde Talen 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"
    }
}