Better YouTube on Small Screens

by VittGam

什麼是Better YouTube on Small Screens?

Better YouTube on Small Screens是由VittGam.net開發的Chrome擴展程式,該擴展的主要功能是“by VittGam”。

擴展截圖

screenshot
screenshot

下載Better YouTube on Small Screens擴展crx文件

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

擴展使用說明

                        This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.)                    

擴展基本資訊

名稱 Better YouTube on Small Screens Better YouTube on Small Screens
ID icpgpoiikflpniipkfjfnjgajbggmhma
官方網址 https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma
簡介 by VittGam
檔案大小 3.79 KB
安裝次數 12
目前版本 1.1
更新時間 2014-11-30
上架時間 2014-11-30
評分 3.00/5 共 1 次評分
開發者 VittGam.net
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube on Small Screens",
    "version": "1.1",
    "description": "by VittGam",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/embed\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2
}