Uninterrupted for YouTube™

Maintain an Uninterrupted video playback throughout the YouTube™ website pages.

Uninterrupted for YouTube™ क्या है?

Uninterrupted for YouTube™ Thusitha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maintain an Uninterrupted video playback throughout the YouTube™ website pages."।

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

screenshot
screenshot
screenshot

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

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

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

                        Uninterrupted for YouTube™ is a chrome extension to give you a seamless YouTube™ experience.

It will resume your current video playback even if you switch into another page.
This will be great for music lovers who wants to listen into the current song while searching for another song.

The playback resuming process is fully automatic and it will exit on the video playback end.

Some important features are,

★ Automatic playback resume.
★ Playlist support with "Next" button.
★ Smooth switching between mini player and the original YouTube™ page.
★ Video minimize support for mini player.
★ Automatic exit on playback end.
★ 360 Video support
★ YouTube™ live video support.
★ Extension enable/disable support.

Try it for yourself and remember to add your feedback.                    

एक्सटेंशन की मूल जानकारी

नाम Uninterrupted for YouTube™ Uninterrupted for YouTube™
ID fjedfhpmiacidpeoidelpmfdlchffkpm
आधिकारिक URL https://chrome.google.com/webstore/detail/uninterrupted-for-youtube/fjedfhpmiacidpeoidelpmfdlchffkpm
विवरण Maintain an Uninterrupted video playback throughout the YouTube™ website pages.
फ़ाइल का आकार 82.42 KB
स्थापना संख्या 315
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-07-11
प्रकाशन तिथि 2017-07-11
रेटिंग 4.31/5 कुल 16 रेटिंग्स
डेवलपर Thusitha
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uninterrupted for YouTube\u2122",
    "description": "Maintain an Uninterrupted video playback throughout the YouTube\u2122 website pages.",
    "version": "1.0",
    "icons": {
        "16": "icons\/16x16.png",
        "20": "icons\/20x20.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png",
        "512": "icons\/512x512.png"
    },
    "browser_action": {
        "default_icon": "icons\/32x32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-min.js",
                "js\/jquery-ui-min.js",
                "app.js"
            ],
            "css": [
                "css\/youtube-undisturbed.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}