TTUN Replace
Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
ما هو TTUN Replace؟
TTUN Replace هو إضافة Chrome تم تطويرها بواسطة jstewart1759، والميزة الرئيسية لها هي "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TTUN Replace
قم بتنزيل ملفات الامتداد TTUN Replace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of seeing the na*e of the state that is north of Ohio? The internet has long been a scary place for Ohio State fans - it is now safe again.
معلومات أساسية عن التمديد
الاسم | |
ID | gnnfldaomdlekpnfgfcddepehbnkmnpf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf |
الوصف | Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again. |
حجم الملف | 3.56 KB |
عدد التثبيتات | 120 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-11-26 |
تاريخ النشر | 2016-11-26 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | jstewart1759 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TTUN Replace", "description": "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |