Old Reddit Redirect
Ensure Reddit always loads the old design, except when using new.reddit.com links
ما هو Old Reddit Redirect؟
Old Reddit Redirect هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Ensure Reddit always loads the old design, except when using new.reddit.com links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Old Reddit Redirect
قم بتنزيل ملفات الامتداد Old Reddit Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Redirects Reddit links to old.reddit.com, except when using new.reddit.com The new.reddit.com redirect is what distinguishes it from the extension it was based on. Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US
معلومات أساسية عن التمديد
الاسم | Old Reddit Redirect |
ID | npidphabboicbpfnemnaohbngaikfmbh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh |
الوصف | Ensure Reddit always loads the old design, except when using new.reddit.com links |
حجم الملف | 447 KB |
عدد التثبيتات | 51 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2020-04-21 |
تاريخ النشر | 2020-04-21 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Reddit Redirect", "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links", "version": "2.0.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/old.reddit.com\/*" ] } |