Youtube Video always visible & on top

Read comments while watching your favorite Youtube videos at the same time!

什麼是Youtube Video always visible & on top?

Youtube Video always visible & on top是由RCHRD開發的Chrome擴展程式,該擴展的主要功能是“Read comments while watching your favorite Youtube videos at the same time!”。

擴展截圖

screenshot

下載Youtube Video always visible & on top擴展crx文件

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

擴展使用說明

                        Read comments while watching your favorite Youtube videos at the same time. This extension will stick the video to the top of the screen while you are still able to scroll through the comments.

The overlay on the video while hovering over it will also display the title, the amount of views and the percentage of likes / dislikes.


Recommended resolution: 1920 x 1080

Version 1.1.2
- Fixed top margin when enabled

Version 1.1.1
- Settings are now visible without having to refresh the page

Version 1.1.0:
- You can now enable/disable the extension in the settings menu at a Youtube video
- Overlay is removed due to bugs
- Fixed the white border on top of the screen when watching fullscreen videos
- Fixed the positions so the playlist will stay at the same position                    

擴展基本資訊

名稱 Youtube Video always visible & on top Youtube Video always visible & on top
ID enpddmbnhblebaopmncdijhfnjnbcdjm
官方網址 https://chrome.google.com/webstore/detail/youtube-video-always-visi/enpddmbnhblebaopmncdijhfnjnbcdjm
簡介 Read comments while watching your favorite Youtube videos at the same time!
檔案大小 45.49 KB
安裝次數 466
目前版本 1.1.2
更新時間 2017-05-13
上架時間 2017-05-13
評分 2.87/5 共 15 次評分
開發者 RCHRD
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Video always visible & on top",
    "short_name": "Youtube Video always visible",
    "description": "Read comments while watching your favorite Youtube videos at the same time!",
    "version": "1.1.2",
    "browser_action": {
        "persistent": true,
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}