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
公式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
Eメール [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"
        ]
    }
}