OU-to-OU SUCKS
Replaces all references to OU (University of Oklahoma) with OU SUCKS
Что такое OU-to-OU SUCKS?
OU-to-OU SUCKS - это расширение Chrome, разработанное EyeViy, и его основная функция - "Replaces all references to OU (University of Oklahoma) with OU SUCKS".
Скачать файл CRX расширения OU-to-OU SUCKS
Скачайте файлы расширений 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" } } |