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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |