Streaming Downloader

Presents all the streaming sources in the current page,in a click you can open the streaming source!

Apa itu Streaming Downloader?

Streaming Downloader adalah ekstensi Chrome yang dikembangkan oleh liznorrissulotions, dan fitur utamanya adalah "Presents all the streaming sources in the current page,in a click you can open the streaming source!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Streaming Downloader

Unduh file ekstensi Streaming Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension gives the user the option to view and download streaming sources in different formats.                    

Informasi Dasar Ekstensi

Nama Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
URL Resmi https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
Deskripsi Presents all the streaming sources in the current page,in a click you can open the streaming source!
Ukuran File 14.23 KB
Jumlah Instalasi 3,407
Versi Saat Ini 1
Terakhir Diperbarui 2022-12-02
Tanggal Publikasi 2022-12-02
Pengembang liznorrissulotions
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://home.oweverycanvas.com/
URL Halaman Bantuan https://home.oweverycanvas.com/contact.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Streaming Downloader",
        "default_popup": "popup.html"
    },
    "description": "Presents all the streaming sources in the current page,in a click you can open the streaming source!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Streaming Downloader",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}