File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11div .maxQualityClass {
22 height : 20px ;
3- width : 150 px ;
3+ width : 180 px ;
44 outline : none;
55 margin : 1px ;
66 border : none;
Original file line number Diff line number Diff line change 1+ // Sync main.js, manifest.json, popup.html
2+ APP_VERSION = '1.1.5' ;
3+
14async function init ( ) {
25 if ( isCafe ( ) ) {
36 if ( getIframeDocument ( ) . readyState === "complete" ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " Improved NAVER video plugin" ,
33 "description" : " 네이버 카페 / 블로그 동영상을 위한 추가 기능 플러그인" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.1.5 " ,
55 "manifest_version" : 3 ,
66 "background" : {
77 "service_worker" : " js/background.js"
Original file line number Diff line number Diff line change 55 < meta http-equiv ="content-type " content ="text/html;charset=utf-8 "/>
66 </ head >
77 < body >
8+ < div class ="popup version ">
9+ < b > Version: 1.1.5 (20231101)</ b >
10+ </ div >
11+ < hr >
812 < div >
913 < div class ="maxQualityClass ">
1014 < input type ="checkbox " id ="selectMaxQualityCheckbox ">
You can’t perform that action at this time.
0 commit comments