ResumeTube

Keep and Resume YouTube videos with a click.

ResumeTube क्या है?

ResumeTube Tiny Web Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep and Resume YouTube videos with a click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ResumeTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}