Streaming Downloader

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

Streaming Downloader क्या है?

Streaming Downloader liznorrissulotions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Presents all the streaming sources in the current page,in a click you can open the streaming source!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Streaming Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
आधिकारिक URL https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
विवरण Presents all the streaming sources in the current page,in a click you can open the streaming source!
फ़ाइल का आकार 14.23 KB
स्थापना संख्या 3,407
वर्तमान संस्करण 1
अंतिम अपडेट 2022-12-02
प्रकाशन तिथि 2022-12-02
डेवलपर liznorrissulotions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://home.oweverycanvas.com/
सहायता पृष्ठ URL https://home.oweverycanvas.com/contact.html
समर्थित भाषाएँ 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"
            ]
        }
    ]
}