OU-to-OU SUCKS

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

Vad är OU-to-OU SUCKS?

OU-to-OU SUCKS är en Chrome-tillägg utvecklad av EyeViy, och dess huvudfunktion är "Replaces all references to OU (University of Oklahoma) with OU SUCKS".

Ladda ner OU-to-OU SUCKS-förlängningens CRX-fil

Ladda ner OU-to-OU SUCKS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn OU-to-OU SUCKS OU-to-OU SUCKS
ID njomcdgkmfnboapalebljapdaocjhbnc
Officiell webbadress https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc
Beskrivning Replaces all references to OU (University of Oklahoma) with OU SUCKS
Filstorlek 18.67 KB
Antal Installationer 35
Aktuell Version 1.1
Senast Uppdaterad 2014-09-26
Publiceringsdatum 2014-09-26
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare EyeViy
Betalningssätt free
Stödda Språk 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"
    }
}