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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |