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”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Reddit Preload GIFs Reddit Preload GIFs
ID nghfcbekdkjbeichjmohlojmpikchibd
官方URL 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"
}