Always Old Reddit
Redirect reddit.com to old.reddit.com
ما هو Always Old Reddit؟
Always Old Reddit هو إضافة Chrome تم تطويرها بواسطة TechHax، والميزة الرئيسية لها هي "Redirect reddit.com to old.reddit.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Always Old Reddit
قم بتنزيل ملفات الامتداد Always Old Reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Meet Always Old Reddit! This extension redirects all reddit requests to the old version of reddit! It also redirects url data so that posts you click on from other services will show as the old version as well! Enjoy! Also the code is on Github @ https://github.com/TechHax/always-old-reddit If you have any questions feel free to message me on twitter @ https://techhax.co/Tech_Hax_
معلومات أساسية عن التمديد
الاسم | Always Old Reddit |
ID | cencjkmlbgldjkepigaaelkodbfbifba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/always-old-reddit/cencjkmlbgldjkepigaaelkodbfbifba |
الوصف | Redirect reddit.com to old.reddit.com |
حجم الملف | 8.46 KB |
عدد التثبيتات | 670 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-09-17 |
تاريخ النشر | 2019-09-16 |
تقييم | 3.80/5 مجموع تقييمات 5 |
المطور | TechHax |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Always Old Reddit", "description": "Redirect reddit.com to old.reddit.com", "version": "1.0", "manifest_version": 2, "icons": { "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "webRequestBlocking" ] } |