OU-to-OU SUCKS

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

OU-to-OU SUCKSとは何ですか?

OU-to-OU SUCKSはEyeViyによって開発されたChromeの拡張機能で、その主な機能は「Replaces all references to OU (University of Oklahoma) with OU SUCKS」です。

OU-to-OU SUCKS拡張機能のCRXファイルをダウンロード

OU-to-OU SUCKS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 OU-to-OU SUCKS OU-to-OU SUCKS
ID njomcdgkmfnboapalebljapdaocjhbnc
公式URL https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc
説明 Replaces all references to OU (University of Oklahoma) with OU SUCKS
ファイルサイズ 18.67 KB
インストール数 35
現在のバージョン 1.1
最終更新日 2014-09-26
公開日 2014-09-26
評価 3.67/5 合計 3 レビュー
開発者 EyeViy
支払い方法 free
対応言語 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"
    }
}