TV Remote for Philips Smart TV

Full control over your Philips tv from your browser so you can leave that remote on the table

Что такое TV Remote for Philips Smart TV?

TV Remote for Philips Smart TV - это расширение Chrome, разработанное DuckieTV, и его основная функция - "Full control over your Philips tv from your browser so you can leave that remote on the table".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TV Remote for Philips Smart TV

Скачайте файлы расширений TV Remote for Philips Smart TV в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Basically the Philips MyRemote app for Angular, cloned to now work as a  Chrome browser action.

The applcation performs a scan of your local network to find your Philips Smart TV's that support the JointSpace JSON API.

Select your TV and enjoy not having to bend over to fetch the remote from the table. You can now use it straight from the new icon next to the address bar!


Changelog:
v1.0.1 : Fixed initial release.
v1.0 : initial release                    

Основная информация о расширении

Название TV Remote for Philips Smart TV TV Remote for Philips Smart TV
ID gpjdnkhbioemglbhdaaikcnkdcnpgiph
Официальный URL https://chromewebstore.google.com/detail/tv-remote-for-philips-sma/gpjdnkhbioemglbhdaaikcnkdcnpgiph
Описание Full control over your Philips tv from your browser so you can leave that remote on the table
Размер файла 432 KB
Количество установок 1,293
Текущая Версия 1.0.1
Последнее Обновление 2015-07-25
Дата публикации 2015-07-25
Рейтинг 2.44/5 Всего 57 оценок
Разработчик DuckieTV
Тип оплаты free
Официальный сайт расширения https://github.com/SchizoDuckie/PhilipsTVRemoteChrome
URL страницы политики конфиденциальности http://schizoduckie.github.io/DuckieTV
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TV Remote for Philips Smart TV",
    "short_name": "Remote for Philips TV",
    "description": "Full control over your Philips tv from your browser so you can leave that remote on the table",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_popup": "philips.html"
    },
    "icons": {
        "48": "icon-48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}