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 là gì?

SurfBoard 6.2 là một tiện ích mở rộng Chrome được phát triển bởi https://roguesolutions.net, và tính năng chính của nó là "Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SurfBoard 6.2

Tải xuống các tệp mở rộng SurfBoard 6.2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SurfBoard 6.2 SurfBoard 6.2
ID imclemlmaeeoealienlpjlpmomblcpjj
URL Chính Thức https://chromewebstore.google.com/detail/surfboard-62/imclemlmaeeoealienlpjlpmomblcpjj
Mô tả Automatically ZOOMS Program Descriptions For NetFlix and Amazon Prime So They Can Be Seen Across The Room Plus Many Other Features.
Kích Thước Tệp 2.14 MB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 6.2
Cập Nhật Lần Cuối 2017-07-21
Ngày Phát Hành 2017-07-21
Nhà Phát Triển https://roguesolutions.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.roguesolutions.net/index.html#/PlugIns/SurfBoard
URL Trang Trợ Giúp http://www.roguesolutions.net/index.html#/ContactUs
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}