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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
            }
        ]
    }
}