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開發的Chrome擴展程式,該擴展的主要功能是“Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.”。

擴展截圖

screenshot

下載URL Cleaner擴展crx文件

下載URL Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}