OU-to-OU SUCKS
Replaces all references to OU (University of Oklahoma) with OU SUCKS
O que é OU-to-OU SUCKS?
OU-to-OU SUCKS é uma extensão do Chrome desenvolvida por EyeViy, e sua principal característica é "Replaces all references to OU (University of Oklahoma) with OU SUCKS".
Baixar o arquivo CRX da Extensão OU-to-OU SUCKS
Baixe arquivos de extensão OU-to-OU SUCKS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | njomcdgkmfnboapalebljapdaocjhbnc |
URL Oficial | https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc |
Descrição | Replaces all references to OU (University of Oklahoma) with OU SUCKS |
Tamanho do Arquivo | 18.67 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.1 |
Última Atualização | 2014-09-26 |
Data de Publicação | 2014-09-26 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | EyeViy |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |