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
公式URL 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"
        }
    ]
}