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文件

下載Smart LG TV remote control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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
官方網址 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"
        ]
    }
}