OU-to-OU SUCKS
Replaces all references to OU (University of Oklahoma) with OU SUCKS
Cos'è OU-to-OU SUCKS?
OU-to-OU SUCKS è un'estensione di Chrome sviluppata da EyeViy, e la sua funzione principale è "Replaces all references to OU (University of Oklahoma) with OU SUCKS".
Scarica il file CRX dell'estensione OU-to-OU SUCKS
Scarica i file di estensione OU-to-OU SUCKS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | njomcdgkmfnboapalebljapdaocjhbnc |
URL Ufficiale | https://chrome.google.com/webstore/detail/ou-to-ou-sucks/njomcdgkmfnboapalebljapdaocjhbnc |
Descrizione | Replaces all references to OU (University of Oklahoma) with OU SUCKS |
Dimensione del File | 18.67 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-09-26 |
Data di Pubblicazione | 2014-09-26 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | EyeViy |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |