The Stream Detector

Detects playlists and subtitles used by streams, incl. custom file extensions and headers. Assembles readymade commands for tools.

Vad är The Stream Detector?

The Stream Detector är en Chrome-tillägg utvecklad av 54ac, och dess huvudfunktion är "Detects playlists and subtitles used by streams, incl. custom file extensions and headers. Assembles readymade commands for tools.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner The Stream Detector-förlängningens CRX-fil

Ladda ner The Stream Detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This is a Firefox addon ported to Chrome which provides an easy way to keep track of URLs to playlists and subtitles used by Apple HLS, Adobe HDS, MPEG-DASH, and Microsoft Smooth Streaming streams as well as download video/audio files directly and monitor any other file extensions and Content-Type headers.

Copy URLs by clicking their filenames in the addon's popup menu (accessed by clicking on the toolbar icon). URLs can either be copied as they are or transformed into readymade yt-dlp (recommended), FFmpeg, Streamlink, hlsdl or N_m3u8DL-CLI commands, including the User-Agent, Cookie, and Referer headers. The chosen tool then downloads the stream into a single file until it is finished or stopped. Use the addon's options page to customize your experience and e.g. download media files directly.

Note that websites such as YouTube, Vimeo, Facebook, etc. are very likely to use proprietary technologies which are not supported by this addon. When it comes to such "mainstream" services, it's better to use the tools (e.g. youtube-dl/yt-dlp) directly.

Please keep in mind that the Chrome version lacks certain features in comparison to the Firefox version.                    

Grundläggande Information om Tillägg

Namn The Stream Detector The Stream Detector
ID iakkmkmhhckcmoiibcfjnooibphlobak
Officiell webbadress https://chromewebstore.google.com/detail/the-stream-detector/iakkmkmhhckcmoiibcfjnooibphlobak
Beskrivning Detects playlists and subtitles used by streams, incl. custom file extensions and headers. Assembles readymade commands for tools.
Filstorlek 41.58 KB
Antal Installationer 9,000
Aktuell Version 2.11.7
Senast Uppdaterad 2023-07-10
Publiceringsdatum 2023-07-10
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare 54ac
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/54ac/stream-detector
Stödda Språk de,en,pl,sk,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Stream Detector",
    "version": "2.11.7",
    "description": "__MSG_extText__",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "clipboardWrite",
        "downloads",
        "notifications",
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.8be1acee.js"
    },
    "icons": {
        "16": "icon-dark-16.d158b7cb.png",
        "48": "icon-dark-48.3050a510.png",
        "96": "icon-dark-96.4236c605.png"
    },
    "commands": {
        "open-popup": {
            "description": "__MSG_openPopup__"
        },
        "open-sidebar": {
            "description": "__MSG_openSidebar__"
        }
    },
    "options_ui": {
        "page": "options.550363b9.html"
    },
    "action": {
        "default_title": "The Stream Detector",
        "default_popup": "popup.25b68313.html",
        "default_icon": {
            "16": "icon-dark-16.d158b7cb.png",
            "48": "icon-dark-48.3050a510.png"
        },
        "theme_icons": [
            {
                "dark": "icon-dark-96.4236c605.png",
                "light": "icon-light-96.157f7b85.png",
                "size": 96
            },
            {
                "dark": "icon-dark-48.3050a510.png",
                "light": "icon-light-48.40e4ad95.png",
                "size": 48
            },
            {
                "dark": "icon-dark-16.d158b7cb.png",
                "light": "icon-light-16.738042ec.png",
                "size": 16
            }
        ]
    }
}