WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Multiselect for YouTube™

Multiselect for YouTube™

View on Chrome Web Store
View Multiselect for YouTube™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (732 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Move, sort, and copy videos in your playlists faster and easier.
Type
Extension
Users
40,000 users
10K
Pollux
View author page of Pollux
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 21, 2020
Version 3.7
Manifest version
3
Updated
Updated on October 4, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Multiselect for YouTube™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "24": "icons\/24.png",
            "48": "icons\/48.png"
        },
        "default_popup": "popup.html"
    },
    "author": "Pollux",
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggleMultiSelectMode": {
            "description": "__MSG_toggleMultiSelectMode__",
            "suggested_key": {
                "default": "Ctrl+M"
            }
        }
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/www.youtube.com\/error?*",
                "https:\/\/www.youtube.com\/howyoutubeworks\/*",
                "https:\/\/www.youtube.com\/intl\/*",
                "https:\/\/www.youtube.com\/kids\/*",
                "https:\/\/www.youtube.com\/live_chat?*",
                "https:\/\/www.youtube.com\/pop-up-player\/*"
            ],
            "js": [
                "js\/start.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/main.css"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/error?*",
                "https:\/\/www.youtube.com\/howyoutubeworks\/*",
                "https:\/\/www.youtube.com\/intl\/*",
                "https:\/\/www.youtube.com\/kids\/*",
                "https:\/\/www.youtube.com\/live_chat?*",
                "https:\/\/www.youtube.com\/pop-up-player\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "24": "icons\/24.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "3.7",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/polymer.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top