네이버 카페 전체화면 스크롤
네이버 카페에서 영상 전체화면 종료 시, 스크롤이 원치 않는 곳으로 이동하는 문제를 해결합니다.
What is 네이버 카페 전체화면 스크롤?
네이버 카페 전체화면 스크롤 is a Chrome extension developed by choohanibb, and its main feature is "네이버 카페에서 영상 전체화면 종료 시, 스크롤이 원치 않는 곳으로 이동하는 문제를 해결합니다.".
Extension Screenshots
Download 네이버 카페 전체화면 스크롤 Extension CRX File
Download 네이버 카페 전체화면 스크롤 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
네이버 카페에서 동영상을 전체화면으로 이용시, 스크롤이 원치 않는 곳으로 이동하는 문제를 해결합니다. 영상의 전체화면 종료시, 재생되던 영상의 프레임이 화면 중앙으로 이동합니다. 이를 통해 스크롤을 다시 내려야하는 불편함을 감소시킬 수 있습니다. 영상을 포함한 긴 글이나 클립, 영상 모음과 같은 글을 읽을 때 효과적이빈다. 네이버 카페 내의 네이버 동영상 혹은 임베디드 플레이어에 적용됩니다. In Naver Cafe Website, there are some problem that browser screen is scrolled to undesired location when using fullscreen of embedded video By using the extension, the video player's frame will be located center of the browser when you closed fullscreen mode in "Naver Cafe Website" the extension is applied in "Naver Cafe website(https://cafe.naver.com/)" only 1.0.0 : Extension Released 1.0.1.1 : Icon Updated, Icon Error Fixed 1.0.2.2 : code optimization
Extension Basic Information
Name | 네이버 카페 전체화면 스크롤 |
ID | ncpmjjjpjejpmkcakanhjnghpbddcajo |
Official URL | https://chromewebstore.google.com/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EC%B9%B4%ED%8E%98-%EC%A0%84%EC%B2%B4%ED%99%94%EB%A9%B4-%EC%8A%A4%ED%81%AC%EB%A1%A4/ncpmjjjpjejpmkcakanhjnghpbddcajo |
Description | 네이버 카페에서 영상 전체화면 종료 시, 스크롤이 원치 않는 곳으로 이동하는 문제를 해결합니다. |
File Size | 19.08 KB |
Installation Count | 486 |
Current Version | 1.0.2.2 |
Last Updated | 2023-06-01 |
Publish Date | 2023-04-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | choohanibb |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ehchoo98/Naver_Cafe_Auto_Scroll_for_Fullscreenchange.git |
Help Page URL | https://github.com/ehchoo98/Naver_Cafe_Auto_Scroll_for_Fullscreenchange/issues |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\ub124\uc774\ubc84 \uce74\ud398 \uc804\uccb4\ud654\uba74 \uc2a4\ud06c\ub864", "version": "1.0.2.2", "description": "\ub124\uc774\ubc84 \uce74\ud398\uc5d0\uc11c \uc601\uc0c1 \uc804\uccb4\ud654\uba74 \uc885\ub8cc \uc2dc, \uc2a4\ud06c\ub864\uc774 \uc6d0\uce58 \uc54a\ub294 \uacf3\uc73c\ub85c \uc774\ub3d9\ud558\ub294 \ubb38\uc81c\ub97c \ud574\uacb0\ud569\ub2c8\ub2e4.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "*:\/\/cafe.naver.com\/*" ], "all_frames": true } ] } |