Reddit load images directly

Reddit load images in new tabs directly (bypass reddit image preview page)

什么是Reddit load images directly?

Reddit load images directly是由viktor svensson开发的Chrome扩展程序,该扩展的主要功能是“Reddit load images in new tabs directly (bypass reddit image preview page)”。

扩展截图

screenshot

下载Reddit load images directly扩展crx文件

下载Reddit load images directly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bypass Reddits annoying image previewer page.

Changelog:
v1.2.1:
  The extension should now work with Brave browser                    

扩展基本信息

名称 Reddit load images directly Reddit load images directly
ID fpimmmjbglpnlpbfikgekaaeinminolo
官方URL https://chromewebstore.google.com/detail/reddit-load-images-direct/fpimmmjbglpnlpbfikgekaaeinminolo
简介 Reddit load images in new tabs directly (bypass reddit image preview page)
文件大小 11.68 KB
安装次数 20,000
当前版本 1.2.1
更新时间 2023-08-31
上架时间 2023-08-01
评分 4.74/5 共130次评分
开发者 viktor svensson
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/MonsterMannen/reddit-load-images-directly-chrome
帮助页面URL https://github.com/MonsterMannen/reddit-load-images-directly-chrome
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit load images directly",
    "version": "1.2.1",
    "description": "Reddit load images in new tabs directly (bypass reddit image preview page)",
    "author": "MonsterMannen",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/preview.redd.it\/*",
        "https:\/\/i.redd.it\/*",
        "https:\/\/external-preview.redd.it\/*",
        "*:\/\/*.reddit.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule_external_preview_redd",
                "path": "rules\/rule_external_preview_redd.json",
                "enabled": true
            },
            {
                "id": "rule_i_redd",
                "path": "rules\/rule_i_redd.json",
                "enabled": true
            },
            {
                "id": "rule_preview_redd",
                "path": "rules\/rule_preview_redd.json",
                "enabled": true
            },
            {
                "id": "rule_reddit",
                "path": "rules\/rule_reddit.json",
                "enabled": true
            }
        ]
    }
}