SurfBoard 6.2

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

什麼是SurfBoard 6.2?

SurfBoard 6.2是由https://roguesolutions.net開發的Chrome擴展程式,該擴展的主要功能是“Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載SurfBoard 6.2擴展crx文件

下載SurfBoard 6.2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SurfBoard 6.2 SurfBoard 6.2
ID imclemlmaeeoealienlpjlpmomblcpjj
官方網址 https://chromewebstore.google.com/detail/surfboard-62/imclemlmaeeoealienlpjlpmomblcpjj
簡介 Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.
檔案大小 2.14 MB
安裝次數 32
目前版本 6.2
更新時間 2017-07-21
上架時間 2017-07-21
開發者 https://roguesolutions.net
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.roguesolutions.net/index.html#/PlugIns/SurfBoard
說明頁面URL http://www.roguesolutions.net/index.html#/ContactUs
支援的語言 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"
    }
}