Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Reddit r/random là gì?
Reddit r/random là một tiện ích mở rộng Chrome được phát triển bởi http://timothycarambat.com, và tính năng chính của nó là "The new Reddit layout removed the random subreddit button! This will add it back!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit r/random
Tải xuống các tệp mở rộng Reddit r/random dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
URL Chính Thức | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
Mô tả | The new Reddit layout removed the random subreddit button! This will add it back! |
Kích Thước Tệp | 43.08 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-07-03 |
Ngày Phát Hành | 2018-07-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://timothycarambat.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |