URL Cleaner

Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.

URL Cleaner क्या है?

URL Cleaner the_man994 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist."।

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

screenshot

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

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

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

                        When enabled this extension will remove the '&list=...." information from YouTube™ links so that the player only load and plays the clicked video.

Too often YouTubers will let the default ordering of playlist with the videos playing in reverse order (newest to oldest, annoying for a web-series) or you simply want to watch a specific video and not everything on someone's channel.

Also useful for ChromeCast devices that doesn't detect when you disable Auto-play in a playlist.                    

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

नाम URL Cleaner URL Cleaner
ID klhajccboaijdbimabocoenlbakipghl
आधिकारिक URL https://chrome.google.com/webstore/detail/url-cleaner/klhajccboaijdbimabocoenlbakipghl
विवरण Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.
फ़ाइल का आकार 12.97 KB
स्थापना संख्या 109
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-08-16
प्रकाशन तिथि 2014-08-16
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर the_man994
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/M4nuski/URL-Cleaner
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Cleaner",
    "description": "Remove unwanted '&list=...' from YouTube\u2122 video links so that only the selected video plays and not the whole default playlist.",
    "version": "1.1",
    "icons": {
        "16": "YUC_icon16.png",
        "48": "YUC_icon48.png",
        "128": "YUC_icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.youtube.com\/*"
    ],
    "browser_action": {
        "default_icon": "YUC_icon128.png",
        "default_popup": "YUC_options.html"
    },
    "background": {
        "scripts": [
            "YUC_script.js"
        ]
    }
}