Streaming Downloader
Presents all the streaming sources in the current page,in a click you can open the streaming source!
ما هو Streaming Downloader؟
Streaming Downloader هو إضافة Chrome تم تطويرها بواسطة liznorrissulotions، والميزة الرئيسية لها هي "Presents all the streaming sources in the current page,in a click you can open the streaming source!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Streaming Downloader
قم بتنزيل ملفات الامتداد Streaming Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension gives the user the option to view and download streaming sources in different formats.
معلومات أساسية عن التمديد
الاسم | |
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/ |
عنوان صفحة المساعدة | 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" ] } ] } |