Replay Youtube Videos

Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a…

Replay Youtube Videosとは何ですか?

Replay Youtube Videosはcoolswastik60によって開発されたChromeの拡張機能で、その主な機能は「Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Replay Youtube Videos拡張機能のCRXファイルをダウンロード

Replay Youtube Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Want to replay any Youtube video ?
Just click on Replay button and let it play as long as you want it to.
Want to play a part of a video in loop ?
Just select the time from what to what, and let the video play from the specified time to the specified end time. And just pull yourself back from the replay button and enjoy the video.

(Reload the video page if Youtube is opened for the first time after Chrome startup)
(Reload the video page if buttons are not visible. This may happen rarely.)

Instructions (Keep the replay button "on" for replaying videos):

1. To play the whole video : Keep the starting and ending time to 00:00 and 00:00

2. To play the video from a specific time to end : Set the from time as your choice and leave the end time as 00:00 to replay the video from the specified time to end.

3. To play the video for a particular duration : Set the from and end time as per your choice.

4. While setting time duration, off the Replay button, and after setting the duration, again on the replay button.                    

拡張機能の基本情報

名前 Replay Youtube Videos Replay Youtube Videos
ID hpgafjcdjacgoblboedfjglpdilbookd
公式URL https://chrome.google.com/webstore/detail/replay-youtube-videos/hpgafjcdjacgoblboedfjglpdilbookd
説明 Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a…
ファイルサイズ 47.08 KB
インストール数 145
現在のバージョン 1.0
最終更新日 2015-08-19
公開日 2015-08-19
評価 4.20/5 合計 5 レビュー
開発者 coolswastik60
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replay Youtube Videos",
    "version": "1.0",
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?*",
                "http:\/\/www.youtube.com\/watch?*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}