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'est-ce que SurfBoard 6.2 ?

SurfBoard 6.2 est une extension Chrome développée par https://roguesolutions.net, et sa fonction principale est "Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SurfBoard 6.2

Téléchargez les fichiers d'extension SurfBoard 6.2 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

                        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.                    

Informations de Base sur l'Extension

Nom SurfBoard 6.2 SurfBoard 6.2
ID imclemlmaeeoealienlpjlpmomblcpjj
URL Officiel https://chromewebstore.google.com/detail/surfboard-62/imclemlmaeeoealienlpjlpmomblcpjj
Description Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.
Taille du Fichier 2.14 MB
Nombre d'Installations 32
Version Actuelle 6.2
Dernière Mise à Jour 2017-07-21
Date de Publication 2017-07-21
Développeur https://roguesolutions.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.roguesolutions.net/index.html#/PlugIns/SurfBoard
URL de la Page d'Aide http://www.roguesolutions.net/index.html#/ContactUs
Langues Prises en Charge 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"
    }
}