OU-to-OU SUCKS

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

Qu'est-ce que OU-to-OU SUCKS ?

OU-to-OU SUCKS est une extension Chrome développée par EyeViy, et sa fonction principale est "Replaces all references to OU (University of Oklahoma) with OU SUCKS".

Télécharger le fichier CRX de l'extension OU-to-OU SUCKS

Téléchargez les fichiers d'extension OU-to-OU SUCKS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OU-to-OU SUCKS OU-to-OU SUCKS
ID njomcdgkmfnboapalebljapdaocjhbnc
URL Officiel https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc
Description Replaces all references to OU (University of Oklahoma) with OU SUCKS
Taille du Fichier 18.67 KB
Nombre d'Installations 35
Version Actuelle 1.1
Dernière Mise à Jour 2014-09-26
Date de Publication 2014-09-26
Évaluation 3.67/5 Total 3 Évaluations
Développeur EyeViy
Type de Paiement free
Langues Prises en Charge 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"
    }
}