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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}