TV Remote for Philips Smart TV

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

Qu'est-ce que TV Remote for Philips Smart TV ?

TV Remote for Philips Smart TV est une extension Chrome développée par DuckieTV, et sa fonction principale est "Full control over your Philips tv from your browser so you can leave that remote on the table".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TV Remote for Philips Smart TV

Téléchargez les fichiers d'extension TV Remote for Philips Smart TV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TV Remote for Philips Smart TV TV Remote for Philips Smart TV
ID gpjdnkhbioemglbhdaaikcnkdcnpgiph
URL Officiel https://chromewebstore.google.com/detail/tv-remote-for-philips-sma/gpjdnkhbioemglbhdaaikcnkdcnpgiph
Description Full control over your Philips tv from your browser so you can leave that remote on the table
Taille du Fichier 432 KB
Nombre d'Installations 1,293
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-07-25
Date de Publication 2015-07-25
Évaluation 2.44/5 Total 57 Évaluations
Développeur DuckieTV
Type de Paiement free
Site Web de l'Extension https://github.com/SchizoDuckie/PhilipsTVRemoteChrome
URL de la Page de Politique de Confidentialité http://schizoduckie.github.io/DuckieTV
Langues Prises en Charge 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'"
}