Boxee Remote

A remote control for the Boxee Box

What is Boxee Remote?

Boxee Remote is a Chrome extension developed by Josh Gachnang, and its main feature is "A remote control for the Boxee Box".

Extension Screenshots

screenshot

Download Boxee Remote Extension CRX File

Download Boxee Remote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to control your Boxee Box (and possibly Boxee TV) from your browser. I am always losing my remote, and I don't like the phone apps. 

The project is open source under GPLv3. You can find the code and contribute at https://github.com/pcsforeducation/boxee_remote.                    

Extension Basic Information

Name Boxee Remote Boxee Remote
ID opafclhpogedbemlbnfamfnihojcamje
Official URL https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje
Description A remote control for the Boxee Box
File Size 89.37 KB
Installation Count 117
Current Version 0.0.1
Last Updated 2013-01-07
Publish Date 2013-01-07
Rating 3.50/5 Total 4 Ratings
Developer Josh Gachnang
Payment Type free
Extension Website https://github.com/pcsforeducation/boxee_remote
Help Page URL https://github.com/pcsforeducation/boxee_remote/issues
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boxee Remote",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A remote control for the Boxee Box",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}