Reddit load images directly

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

Co je Reddit load images directly?

Reddit load images directly je rozšíření Chrome vyvinuté viktor svensson, a jeho hlavní funkcí je „Reddit load images in new tabs directly (bypass reddit image preview page)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reddit load images directly

Stáhněte si soubory rozšíření Reddit load images directly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Bypass Reddits annoying image previewer page.

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

Základní Informace o Rozšíření

Název Reddit load images directly Reddit load images directly
ID fpimmmjbglpnlpbfikgekaaeinminolo
Oficiální URL https://chromewebstore.google.com/detail/reddit-load-images-direct/fpimmmjbglpnlpbfikgekaaeinminolo
Popis Reddit load images in new tabs directly (bypass reddit image preview page)
Velikost souboru 11.68 KB
Počet instalací 20,000
Aktuální Verze 1.2.1
Poslední Aktualizace 2023-08-31
Datum Vydání 2023-08-01
Hodnocení 4.74/5 Celkem 130 Hodnocení
Vývojář viktor svensson
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/MonsterMannen/reddit-load-images-directly-chrome
URL Stránky Nápovědy https://github.com/MonsterMannen/reddit-load-images-directly-chrome
Podporované Jazyky 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
            }
        ]
    }
}