
Clean Image Opener bởi IanKulin
Open images in new tabs with query parameters stripped
1 User1 User
Bạn sẽ cần Firefox để sử dụng tiện ích mở rộng này
Siêu dữ liệu mở rộng
Ảnh chụp màn hình

Về tiện ích mở rộng này
Clean Image Opener is a simple add-on that helps you open the original version of an image - without all the extra stuff added to the URL. Right-click on any image and choose Open in new tab (without parameters) to strip out query strings that may cause compression, format changes, or tracking.
For example, it turns a link like:
into:
This often results in higher-quality or original-format images - just one right-click away.
For example, it turns a link like:
https://lemmy.world/pictrs/image/165bfff2-1b34-41b0-b094-026186e6b0ba.jpeg?format=webp&thumbnail=256
into:
https://lemmy.world/pictrs/image/165bfff2-1b34-41b0-b094-026186e6b0ba.jpeg
This often results in higher-quality or original-format images - just one right-click away.
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệuTìm hiểu thêm
Quyền hạn bắt buộc:
- Truy cập các thẻ trên trình duyệt
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 1.2
- Kích cỡ
- 27,29 KB
- Cập nhật gần nhất
- 7 giờ trước (19 Thg 08 2025)
- Thể loại có liên quan
- Giấy phép
- Giấy phép MIT
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
Ghi chú phát hành cho phiên bản 1.2
Version 1.2 adds an option to switch to the new tab upon opening the image, or to stay on the current tab with the image opened in the background tab.
Tiện ích mở rộng khác của IanKulin
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
For example:
*
https://example.com/image.jpg?format=webp&thumbnail=256
get's converted into:
*
https://example.com/image.jpg
usually resulting in a larger or better version of the original image.
Security
- no telemetry or data storage
- open source (MIT) on GitHub
Files
stripQueryParameters()
that handles URL cleaning with robust support for various URL types (HTTP/HTTPS, data:, blob:, file:, FTP, etc.)