Get Video Links
Extracts all video links from the page
ما هو Get Video Links؟
Get Video Links هو إضافة Chrome تم تطويرها بواسطة sag، والميزة الرئيسية لها هي "Extracts all video links from the page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Get Video Links
قم بتنزيل ملفات الامتداد Get Video Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension looks through the page and tries to find all the videos. If it succeeds then it shows a popup with all source links for the videos found. You can then open those videos in new tab and watch the video in a built-in player, with no ads or distraction. If you are using this extension on a mobile browser, you can then share the direct link to any player that can handle web streams or even to your TV via DLNA!
معلومات أساسية عن التمديد
الاسم | |
ID | cleiebhajbhkgnlalgigfgmlheilimip |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/get-video-links/cleiebhajbhkgnlalgigfgmlheilimip |
الوصف | Extracts all video links from the page |
حجم الملف | 41.16 KB |
عدد التثبيتات | 6,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-01-05 |
تاريخ النشر | 2017-01-05 |
تقييم | 2.88/5 مجموع تقييمات 17 |
المطور | sag |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Video Links", "description": "Extracts all video links from the page", "version": "1.0", "browser_action": { "default_title": "Get Video Links!", "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" } }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" } } |