Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
ما هو Reddit r/random؟
Reddit r/random هو إضافة Chrome تم تطويرها بواسطة http://timothycarambat.com، والميزة الرئيسية لها هي "The new Reddit layout removed the random subreddit button! This will add it back!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit r/random
قم بتنزيل ملفات الامتداد Reddit r/random بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The new layout of Reddit removed the random subreddit button! It was always a good way to find and discover new communities in Reddit. This extensions adds it back seamlessly into the sidebar! **CHANGE LOG** version 1.1: Reddit removed sticky sidebar, so I moved the random button to the sticky top bar.
معلومات أساسية عن التمديد
الاسم | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
الوصف | The new Reddit layout removed the random subreddit button! This will add it back! |
حجم الملف | 43.08 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-07-03 |
تاريخ النشر | 2018-07-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://timothycarambat.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit r\/random", "description": "The new Reddit layout removed the random subreddit button! This will add it back!", "manifest_version": 2, "version": "1.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "jquery-3.3.1.min.js", "random.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |