Smart LG TV remote control

Remote control for LG smart TV set. Extension allows to control some WebOS based LG TV models. It uses generic protocol, so can be…

Smart LG TV remote control란 무엇입니까?

Smart LG TV remote control은(는) Roman Romanchenko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remote control for LG smart TV set. Extension allows to control some WebOS based LG TV models. It uses generic protocol, so can be…"입니다.

확장 프로그램 스크린샷

screenshot

Smart LG TV remote control 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Remote control for LG smart TV set.

Extension allows to control some WebOS based LG TV models. It uses generic protocol, so can be used with vary of models.

Current version supports: volume change, mute on/off, channels up/down and channels from list selection, TV set poweroff, input selection. User also can run installed on TV apps.
By clicking right mouse key on any link on any page "Open link on LG TV" menu option can be used. User can open that link directly on TV browser.
TV can be controlled using keyboard when extension popup or magic control page are open. Arrow keys (cursor keys), volume (gray "+"/"-"), home (Home), back (alt + left arrow), OK (Enter).

User can do search by channel name as well as mark channel as favorite to have it on the top of channels list.

Experimental "magic control" mode now is available (see pop up button with mouse icon). This feature emulates "magic remote" functions using PC's mouse.
In magic remote mode, user may enter text from PC keyboard if TV system keyboard enabled and input text box got a focus.

To use this extension, TV should be connected to network and "LG connected apps" settings should be enabled.

User shall put TV IP address into extension settings.

Free trial period is 14 days.

Changelog:
1.52..1.54 manifest v3 migration
1.47..1.51 licensing removed, code cleanup
1.47 tv color buttons added
1.42..1.46 licensing issues fixes
1.41 license check added
1.39..1.40 bugfixes
1.38 generated background page now not persistent.
1.37 bugfixes
1.35..1.36, localization support, google analytics.
1.34 channel favorites added
1.33 code cleanup, google analytics script added
1.32 channels search added
1.31 materialize design introduced
1.30 bugfixes, magic control improvements, power icon added
1.28..1.29 magic remote control feature improvements
1.27 UI adjustments.
1.26 experimental "mouse capture" and keyboard feature added. See option page.
1.25 open link on TV bug fix
1.23..1.24 options page beautified
1.22 background color settings added
1.21 font size settings added
1.14..1.20 bugfixes
1.12..1.13
  - buttons text replaced with images
1.11
  - extra "tabs" permission removed
1.10
  - When popup open, TV can be controlled using keyboard. Arrow keys (cursor keys), volume (gray "+"/"-"), home (Home), back (alt + left arrow), OK (Enter)
1.6..1.9
  - "Open link on LG TV" feature added. Using right-click context menu user can open any link directly on TV in one click.
  - experimental "mouse capture" mode added for magic control emulation. See option page.
 
1.5
  - home/back, navigation buttons added
  - small UI improvements.

1.4
  - UI improvements and bugfixes
  - play/pause/stop/rewind/forward buttons added
  - 3D switch added
  - current program information now shown
  - TV model shown in header instead of IP.
 
1.2
  - application list/runner added
  - channel list/runner added
  - internal code cleanup

1.1 input list selector added
1.0 initial version                    

확장 프로그램 기본 정보

이름 Smart LG TV remote control Smart LG TV remote control
ID hbibebchddoeboinjbmlknaepikanpll
공식 URL https://chromewebstore.google.com/detail/smart-lg-tv-remote-contro/hbibebchddoeboinjbmlknaepikanpll
설명 Remote control for LG smart TV set. Extension allows to control some WebOS based LG TV models. It uses generic protocol, so can be…
파일 크기 397 KB
설치 횟수 9,512
현재 버전 1.55
최근 업데이트 2022-05-08
출시 날짜 2020-01-30
평점 4.12/5 총 128 개의 평점
개발자 Roman Romanchenko
이메일 [email protected]
결제 유형 free
지원되는 언어 en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "manifest_version": 3,
    "version": "1.55",
    "default_locale": "en",
    "action": {
        "default_icon": "resources\/icon32.png",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "24": "resources\/icon24.png",
        "32": "resources\/icon32.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "oauth2": {
        "client_id": "626232024812-uu6hlecur01me7vrsavnb5e7lh3is5ni.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}