TV Remote for Philips Smart TV

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

Was ist TV Remote for Philips Smart TV?

TV Remote for Philips Smart TV ist eine Chrome-Erweiterung, die von DuckieTV entwickelt wurde, und ihr Hauptmerkmal ist "Full control over your Philips tv from your browser so you can leave that remote on the table".

Erweiterungsscreenshots

screenshot

TV Remote for Philips Smart TV-Erweiterungs-CRX-Datei herunterladen

Laden Sie TV Remote for Philips Smart TV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TV Remote for Philips Smart TV TV Remote for Philips Smart TV
ID gpjdnkhbioemglbhdaaikcnkdcnpgiph
Offizielle URL https://chromewebstore.google.com/detail/tv-remote-for-philips-sma/gpjdnkhbioemglbhdaaikcnkdcnpgiph
Beschreibung Full control over your Philips tv from your browser so you can leave that remote on the table
Dateigröße 432 KB
Installationsanzahl 1,293
Aktuelle Version 1.0.1
Letztes Update 2015-07-25
Veröffentlichungsdatum 2015-07-25
Bewertung 2.44/5 Insgesamt 57 Bewertungen
Entwickler DuckieTV
Zahlungsart free
Erweiterungswebsite https://github.com/SchizoDuckie/PhilipsTVRemoteChrome
URL der Datenschutzrichtlinien-Seite http://schizoduckie.github.io/DuckieTV
Unterstützte Sprachen 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'"
}