File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " __MSG_app_name__" ,
33 "description" : " __MSG_app_desc__" ,
4- "version" : " 1.46 " ,
4+ "version" : " 1.47 " ,
55 "default_locale" : " en" ,
66 "manifest_version" : 3 ,
77 "icons" : {
Original file line number Diff line number Diff line change 22 'use strict'
33
44 const rawText = `
5+ 1.47 [2026-01-16]:
6+ Major Update
7+ 1. Added video first frame check when no poster image is available.
8+ 2. Added chunked loading support when initializing the image viewer.
9+ 3. Added insert throttling with automatic pause when crossing update boundaries.
10+ // useful for sites like Reddit where some images are after the main container
11+ // or when using custom scripts that insert new images in the middle of the page
12+ 4. Added default CSS cleanup in image tab mode to prevent white flash.
13+ 5. Added fetch control in download mode to prevent request bursts.
14+ 6. Improved Folder mode to reduce initial time.
15+ 7. Other bug fixes and improvements.
16+
5171.46 [2026-01-01]:
618Major Update
7191. Added predictive image decoding to reduce lag.
Original file line number Diff line number Diff line change 1+ 1.47 [2026-01-16]:
2+ Major Update
3+ 1. Added video first frame check when no poster image is available.
4+ 2. Added chunked loading support when initializing the image viewer.
5+ 3. Added insert throttling with automatic pause when crossing update boundaries.
6+ // useful for sites like Reddit where some images are after the main container
7+ // or when using custom scripts that insert new images in the middle of the page
8+ 4. Added default CSS cleanup in image tab mode to prevent white flash.
9+ 5. Added fetch control in download mode to prevent request bursts.
10+ 6. Improved Folder mode to reduce initial time.
11+ 7. Other bug fixes and improvements.
12+
1131.46 [2026-01-01]:
214Major Update
3151. Added predictive image decoding to reduce lag.
You can’t perform that action at this time.
0 commit comments