Reddit Preload GIFs
Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Reddit Preload GIFs là gì?
Reddit Preload GIFs là một tiện ích mở rộng Chrome được phát triển bởi Marcus, và tính năng chính của nó là "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".
Ả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 Preload GIFs
Tải xuống các tệp mở rộng Reddit Preload GIFs 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
Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them. Now works with Reddit Enhancement Suites' neverending Reddit feature!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nghfcbekdkjbeichjmohlojmpikchibd |
URL Chính Thức | https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd |
Mô tả | Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them |
Kích Thước Tệp | 13.7 KB |
Số Lần Cài Đặt | 3,954 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2013-04-08 |
Ngày Phát Hành | 2013-04-08 |
Đánh Giá | 4.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Marcus |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/marcusds/RedditPreloadGIFs |
URL Trang Trợ Giúp | http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them", "name": "Reddit Preload GIFs", "permissions": [ "http:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*" ], "icons": { "48": "48.png", "128": "128.png", "16": "16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*" ], "all_frames": true, "js": [ "preload_gifs.js" ] } ], "manifest_version": 2, "version": "1.3" } |