ResumeTube

Keep and Resume YouTube videos with a click.

ResumeTubeとは何ですか?

ResumeTubeはTiny Web Appsによって開発されたChromeの拡張機能で、その主な機能は「Keep and Resume YouTube videos with a click.」です。

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

screenshot

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

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

拡張機能の使用方法

                        No login required. Useful for following lectures, presentations, tutorials or any other longer videos on YouTube.

Whenever you pause a video, it will be saved at the point you paused. You can go back to it and view all your saved videos by clicking the ResumeTube icon in the toolbar.

If you have ResumeTube on other computers and sync Chrome, your videos will be available on all of them, synced to where you left off. 

Note: 
- This extension does not download videos, it resumes them on youtube.com.
- If you clear the browser's data, your videos will be gone too! 

** Version 1.0.7 **
- New design
- Video thumbnail
- Progress indicator                    

拡張機能の基本情報

名前 ResumeTube ResumeTube
ID hjpjeoggaghioalbepadcjcjpjhofnbb
公式URL https://chromewebstore.google.com/detail/resumetube/hjpjeoggaghioalbepadcjcjpjhofnbb
説明 Keep and Resume YouTube videos with a click.
ファイルサイズ 63.51 KB
インストール数 1,275
現在のバージョン 1.0.7
最終更新日 2014-03-03
公開日 2014-03-03
評価 3.36/5 合計 11 レビュー
開発者 Tiny Web Apps
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ResumeTube",
    "version": "1.0.7",
    "description": "Keep and Resume YouTube videos with a click.",
    "icons": {
        "128": "img\/icon-x128.png",
        "64": "img\/icon-x64.png",
        "48": "img\/icon-x48.png",
        "19": "img\/icon-x19.png"
    },
    "permissions": [
        "storage",
        "background"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "web_accessible_resources": [
        "js\/resume-tube-inject.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "38": "img\/icon-x38.png",
            "19": "img\/icon-x19.png"
        },
        "default_title": "ResumeTube",
        "default_popup": "popup.html"
    }
}