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 |
官方網址 | 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" } } |