snulife image viewer

Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only

snulife image viewer là gì?

snulife image viewer là một tiện ích mở rộng Chrome được phát triển bởi whositae, và tính năng chính của nó là "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only".

Ả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 snulife image viewer

Tải xuống các tệp mở rộng snulife image viewer 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

                        snulife.com에서 외부 이미지가 보이지 않는 현상을 해결합니다.
사용자가 올린 컨텐츠 img 태그에 referrerpolicy attribute를 no-referrer로 설정합니다.                    

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

Tên snulife image viewer snulife image viewer
ID hlnjcdbleinpphgkhodeipfggpbebcfa
URL Chính Thức https://chromewebstore.google.com/detail/snulife-image-viewer/hlnjcdbleinpphgkhodeipfggpbebcfa
Mô tả Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only
Kích Thước Tệp 3.25 KB
Số Lần Cài Đặt 440
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2021-08-17
Ngày Phát Hành 2020-12-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển whositae
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://devhead.co.kr
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "snulife image viewer",
    "version": "0.3",
    "description": "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only",
    "icons": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/snulife.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}