OU-to-OU SUCKS

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

Apa itu OU-to-OU SUCKS?

OU-to-OU SUCKS adalah ekstensi Chrome yang dikembangkan oleh EyeViy, dan fitur utamanya adalah "Replaces all references to OU (University of Oklahoma) with OU SUCKS".

Unduh Berkas CRX Ekstensi OU-to-OU SUCKS

Unduh file ekstensi OU-to-OU SUCKS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama OU-to-OU SUCKS OU-to-OU SUCKS
ID njomcdgkmfnboapalebljapdaocjhbnc
URL Resmi https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc
Deskripsi Replaces all references to OU (University of Oklahoma) with OU SUCKS
Ukuran File 18.67 KB
Jumlah Instalasi 35
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-09-26
Tanggal Publikasi 2014-09-26
Penilaian 3.67/5 Total 3 Penilaian
Pengembang EyeViy
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}