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?
Reddit Preload GIFs是由Marcus開發的Chrome擴展程式,該擴展的主要功能是“Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them”。
擴展截圖
下載Reddit Preload GIFs擴展crx文件
下載Reddit Preload GIFs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | nghfcbekdkjbeichjmohlojmpikchibd |
官方網址 | https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd |
簡介 | Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them |
檔案大小 | 13.7 KB |
安裝次數 | 3,954 |
目前版本 | 1.3 |
更新時間 | 2013-04-08 |
上架時間 | 2013-04-08 |
評分 | 4.00/5 共 10 次評分 |
開發者 | Marcus |
付費類型 | free |
擴展官網 | https://github.com/marcusds/RedditPreloadGIFs |
說明頁面URL | http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/ |
支援的語言 | 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" } |