OU-to-OU SUCKS

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

¿Qué es OU-to-OU SUCKS?

OU-to-OU SUCKS es una extensión de Chrome desarrollada por EyeViy, y su función principal es "Replaces all references to OU (University of Oklahoma) with OU SUCKS".

Descargar Archivo CRX de la Extensión OU-to-OU SUCKS

Descarga archivos de extensión OU-to-OU SUCKS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre OU-to-OU SUCKS OU-to-OU SUCKS
ID njomcdgkmfnboapalebljapdaocjhbnc
URL Oficial https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc
Descripción Replaces all references to OU (University of Oklahoma) with OU SUCKS
Tamaño del Archivo 18.67 KB
Cantidad de Instalaciones 35
Versión Actual 1.1
Última Actualización 2014-09-26
Fecha de Publicación 2014-09-26
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador EyeViy
Tipo de Pago free
Idiomas Soportados 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"
    }
}