Enhance Youtube™ Livestream

ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.

什麼是Enhance Youtube™ Livestream?

Enhance Youtube™ Livestream是由mactiencong開發的Chrome擴展程式,該擴展的主要功能是“ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.”。

擴展截圖

screenshot

下載Enhance Youtube™ Livestream擴展crx文件

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

擴展使用說明

                        Enhance YouTube™ Livestream - ENHANCE and SPEED UP the your viewing YouTube live stream for slow internet connection.

To order to do that, Enhance YouTube™ Livestream will:
* Stop every requests unnecessary and affect to live stream quality.

HOW TO USE: 
- Because, while Enhance YouTube™ Livestream is activating, you can not access to other website. 
- Just click to Enhance YouTube™ Livestream ICON at the toolbar to deactivate.
- Anytime you want to focus to live stream, just click again Enhance YouTube™ Livestream ICON to re-activate.                    

擴展基本資訊

名稱 Enhance Youtube™ Livestream Enhance Youtube™ Livestream
ID plnmldbfapelebnbbpmeofhaokbnhfah
官方網址 https://chromewebstore.google.com/detail/enhance-youtube-livestrea/plnmldbfapelebnbbpmeofhaokbnhfah
簡介 ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.
檔案大小 20.4 KB
安裝次數 612
目前版本 1.0.2
更新時間 2019-04-06
上架時間 2019-04-01
評分 1.80/5 共 5 次評分
開發者 mactiencong
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.linkedin.com/in/mactiencong/
說明頁面URL https://www.linkedin.com/in/mactiencong/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enhance Youtube\u2122 Livestream",
    "short_name": "Enhance Youtube\u2122 Livestream",
    "description": "ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.",
    "version": "1.0.2",
    "author": "matico",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "data\/*.json"
    ],
    "browser_action": {
        "default_icon": "icon\/enable.png"
    }
}