OU-to-OU SUCKS

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

Hvad er OU-to-OU SUCKS?

OU-to-OU SUCKS er en Chrome-udvidelse udviklet af EyeViy, og dens hovedfunktion er "Replaces all references to OU (University of Oklahoma) with OU SUCKS".

Download OU-to-OU SUCKS-udvidelses-CRX-fil

Download OU-to-OU SUCKS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OU-to-OU SUCKS OU-to-OU SUCKS
ID njomcdgkmfnboapalebljapdaocjhbnc
Officiel URL https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc
Beskrivelse Replaces all references to OU (University of Oklahoma) with OU SUCKS
Filstørrelse 18.67 KB
Antal Installationer 35
Nuværende Version 1.1
Senest Opdateret 2014-09-26
Udgivelsesdato 2014-09-26
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler EyeViy
Betalingsmetode free
Understøttede Sprog 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"
    }
}