SurfBoard 6.2

Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.

¿Qué es SurfBoard 6.2?

SurfBoard 6.2 es una extensión de Chrome desarrollada por https://roguesolutions.net, y su función principal es "Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SurfBoard 6.2

Descarga archivos de extensión SurfBoard 6.2 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Using only a wireless mouse, SurfBoard will magnify tv/movie descriptions for NetFlix, Hulu, Amazon Prime and YouTube so that they can be seen from across the room. Special algorithms to determine your screen size will cause your program descriptions to virtually "explode" onto the screen. No more getting up from your couch or using an external device to "zoom" your screen!

Additionally, direct links are included for both IMDB and Rotten Tomatoes so that you can go directly from a program description to these sites and view all pertinent information such as reviews, cast, director, etc.  This feature also removes advertising and magnifies their content as well for viewing across your living room. 

A built-in keyboard allows you to search for specific content.  Simply highlight and press the appropriate keys and they will automatically appear in the search fields for the associated screens!

The latest version includes a special feature that IMMEDIATELY removes items from the NetFlix "Continue Watching" list.  No more having to search out movies and tv shows that you only watched a few minutes in order to clear your list.

Please note that Bluetooth-enabled mouse is suggested depending upon the distance from your chair and the computer being used to stream your content.

Warning: This product has only been tested with English language program descriptions. Descriptions in other languages may not display properly.                    

Información Básica de la Extensión

Nombre SurfBoard 6.2 SurfBoard 6.2
ID imclemlmaeeoealienlpjlpmomblcpjj
URL Oficial https://chromewebstore.google.com/detail/surfboard-62/imclemlmaeeoealienlpjlpmomblcpjj
Descripción Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.
Tamaño del Archivo 2.14 MB
Cantidad de Instalaciones 32
Versión Actual 6.2
Última Actualización 2017-07-21
Fecha de Publicación 2017-07-21
Desarrollador https://roguesolutions.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.roguesolutions.net/index.html#/PlugIns/SurfBoard
URL de la Página de Ayuda http://www.roguesolutions.net/index.html#/ContactUs
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SurfBoard 6.2",
    "description": "Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.",
    "version": "6.2",
    "web_accessible_resources": [
        "Images\/KeyBoardIcon.png"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab",
        "webNavigation",
        "",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "Scripts.js\/jquery-1.9.1.min.js",
            "Scripts.js\/jquery-ui.js",
            "SetUpContent.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "Images\/KeyBoardIcon.png",
        "48": "Images\/KeyBoardIcon.png",
        "128": "Images\/KeyBoardIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/WiViewingActivity*"
            ],
            "js": [
                "LoadFlix.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "LoadFlix.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "LoadAzon.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "LoadTube.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.hulu.com\/*"
            ],
            "js": [
                "LoadHulu.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.java-forums.org\/*"
            ],
            "js": [
                "LoadJava.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.imdb.com\/*",
                "http:\/\/www.rottentomatoes.com\/*"
            ],
            "js": [
                "Scripts.js\/jquery-1.9.1.js",
                "Scripts.js\/jquery-ui.js",
                "LoadMisc.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "Images\/KeyBoardIcon.png",
        "default_popup": "SurfBoard.html"
    }
}