Get Video Links
Extracts all video links from the page
Get Video Links क्या है?
Get Video Links sag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracts all video links from the page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Get Video Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |