Video Download For LinkedIn™
Video Download For LinkedIn™ - an video download extension LinkedIn™, is an efficient way to help you download LinkedIn video.
Video Download For LinkedIn™ क्या है?
Video Download For LinkedIn™ Castillo Richard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Download For LinkedIn™ - an video download extension LinkedIn™, is an efficient way to help you download LinkedIn video."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video Download For LinkedIn™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Video Download For LinkedIn™ extension is a simple tool to download LinkedIn video. With a button click, you can download video from LinkedIn easily. This extension adds a small video download button on all video elements on LinkedIn pages. This download button allows you to save LinkedIn video files automatically. How To Use: ● How to download video from LinkedIn: Step1: After installing extension, open or refresh the LinkedIn home page: linkedin.com Step2: Click the LinkedIn video download button, when you find a good video ● How to change setting for extension: Step1: Open the Popup page and click "setting" button Step2: You can change the local file name format and change the video download button position LinkedIn is a trademark of LinkedIn Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to LinkedIn or LinkedIn Inc.
एक्सटेंशन की मूल जानकारी
नाम | Video Download For LinkedIn™ |
ID | lojgckjlhpmcefkhdcdjlgmjflpaeeph |
आधिकारिक URL | https://chromewebstore.google.com/detail/video-download-for-linked/lojgckjlhpmcefkhdcdjlgmjflpaeeph |
विवरण | Video Download For LinkedIn™ - an video download extension LinkedIn™, is an efficient way to help you download LinkedIn video. |
फ़ाइल का आकार | 147 KB |
स्थापना संख्या | 5,094 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2023-06-24 |
प्रकाशन तिथि | 2022-05-02 |
रेटिंग | 2.45/5 कुल 11 रेटिंग्स |
डेवलपर | Castillo Richard |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://linkedradar.com |
सहायता पृष्ठ URL | https://linkedradar.com |
गोपनीयता नीति पृष्ठ URL | https://linkedradar.com/linkedin-email-finder-private-policy |
समर्थित भाषाएँ | en,en-US,fr,pt-BR,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "version": "1.0.3", "description": "__MSG_extDescription__", "icons": { "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "128": "assets\/icons\/icon128.png" }, "default_title": "Video Downloader For LinkedIn", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "content\/index.js" ], "css": [ "content\/styles.css" ] } ], "background": { "service_worker": "background\/index.js" }, "options_page": "options\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/icons\/*.png" ], "matches": [ "*:\/\/*\/*" ], "extension_ids": [] } ], "permissions": [ "webNavigation", "downloads", "storage" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/fonts.googleapis.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |