Reddit load images directly

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

What is Reddit load images directly?

Reddit load images directly is a Chrome extension developed by viktor svensson, and its main feature is "Reddit load images in new tabs directly (bypass reddit image preview page)".

Extension Screenshots

screenshot

Download Reddit load images directly Extension CRX File

Download Reddit load images directly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bypass Reddits annoying image previewer page.

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

Extension Basic Information

Name Reddit load images directly Reddit load images directly
ID fpimmmjbglpnlpbfikgekaaeinminolo
Official URL https://chromewebstore.google.com/detail/reddit-load-images-direct/fpimmmjbglpnlpbfikgekaaeinminolo
Description Reddit load images in new tabs directly (bypass reddit image preview page)
File Size 11.68 KB
Installation Count 20,000
Current Version 1.2.1
Last Updated 2023-08-31
Publish Date 2023-08-01
Rating 4.74/5 Total 130 Ratings
Developer viktor svensson
Email [email protected]
Payment Type free
Extension Website https://github.com/MonsterMannen/reddit-load-images-directly-chrome
Help Page URL https://github.com/MonsterMannen/reddit-load-images-directly-chrome
Supported Languages 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
            }
        ]
    }
}