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.
扩展基本信息
名称 | |
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" } } |