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
公式URL 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
Eメール [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"
    }
}