OU-to-OU SUCKS

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

Co to jest OU-to-OU SUCKS?

OU-to-OU SUCKS to rozszerzenie Chrome opracowane przez EyeViy, a jego główną funkcją jest „Replaces all references to OU (University of Oklahoma) with OU SUCKS”.

Pobierz plik CRX rozszerzenia OU-to-OU SUCKS

Pobierz pliki rozszerzeń OU-to-OU SUCKS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa OU-to-OU SUCKS OU-to-OU SUCKS
ID njomcdgkmfnboapalebljapdaocjhbnc
Oficjalny URL https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc
Opis Replaces all references to OU (University of Oklahoma) with OU SUCKS
Rozmiar pliku 18.67 KB
Liczba instalacji 35
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-09-26
Data Publikacji 2014-09-26
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper EyeViy
Typ Płatności free
Obsługiwane Języki 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"
    }
}