Media Carousel

Displays all embedded and linked media on the current page in a carousel.

What is Media Carousel?

Media Carousel is a Chrome extension developed by Blaise Kal, and its main feature is "Displays all embedded and linked media on the current page in a carousel.".

Extension Screenshots

screenshot
screenshot

Download Media Carousel Extension CRX File

Download Media Carousel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        View a short demo video of Media Carousel: https://streamable.com/89j2y

Hotkey: Ctrl+Shift+M, on Mac: Cmd+Shift+M.

Contains bugs by nature. Please report bugs and feature requests on GitHub at https://github.com/blaise-io/media-carousel/ or send an email to [email protected].                    

Extension Basic Information

Name Media Carousel Media Carousel
ID lianhpbcenefikhbnkbdgjfghpgdfffn
Official URL https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn
Description Displays all embedded and linked media on the current page in a carousel.
File Size 84.93 KB
Installation Count 18
Current Version 1.2.2
Last Updated 2019-11-18
Publish Date 2019-11-18
Rating 5.00/5 Total 1 Ratings
Developer Blaise Kal
Email [email protected]
Payment Type free
Extension Website https://github.com/blaise-io/media-carousel#readme
Help Page URL https://github.com/blaise-io/media-carousel/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Media Carousel",
    "version": "1.2.2",
    "description": "Displays all embedded and linked media on the current page in a carousel.",
    "homepage_url": "https:\/\/github.com\/blaise-io\/media-carousel#readme",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "icons": {
        "128": "\/icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/icon.png"
    },
    "web_accessible_resources": [
        "\/carousel.html"
    ],
    "options_ui": {
        "page": "\/options.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "windows": "Ctrl+Shift+M",
                "linux": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            }
        }
    }
}