Reddit load images directly

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

Reddit load images directly là gì?

Reddit load images directly là một tiện ích mở rộng Chrome được phát triển bởi viktor svensson, và tính năng chính của nó là "Reddit load images in new tabs directly (bypass reddit image preview page)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit load images directly

Tải xuống các tệp mở rộng Reddit load images directly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Bypass Reddits annoying image previewer page.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit load images directly Reddit load images directly
ID fpimmmjbglpnlpbfikgekaaeinminolo
URL Chính Thức https://chromewebstore.google.com/detail/reddit-load-images-direct/fpimmmjbglpnlpbfikgekaaeinminolo
Mô tả Reddit load images in new tabs directly (bypass reddit image preview page)
Kích Thước Tệp 11.68 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-08-31
Ngày Phát Hành 2023-08-01
Đánh Giá 4.74/5 Tổng số 130 Đánh Giá
Nhà Phát Triển viktor svensson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MonsterMannen/reddit-load-images-directly-chrome
URL Trang Trợ Giúp https://github.com/MonsterMannen/reddit-load-images-directly-chrome
Ngôn Ngữ Được Hỗ Trợ 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
            }
        ]
    }
}