URL Cleaner

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

Was ist URL Cleaner?

URL Cleaner ist eine Chrome-Erweiterung, die von the_man994 entwickelt wurde, und ihr Hauptmerkmal ist "Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.".

Erweiterungsscreenshots

screenshot

URL Cleaner-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL Cleaner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name URL Cleaner URL Cleaner
ID klhajccboaijdbimabocoenlbakipghl
Offizielle URL https://chrome.google.com/webstore/detail/url-cleaner/klhajccboaijdbimabocoenlbakipghl
Beschreibung Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.
Dateigröße 12.97 KB
Installationsanzahl 109
Aktuelle Version 1.1
Letztes Update 2014-08-16
Veröffentlichungsdatum 2014-08-16
Bewertung 4.00/5 Insgesamt 6 Bewertungen
Entwickler the_man994
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/M4nuski/URL-Cleaner
Unterstützte Sprachen 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"
        ]
    }
}