LinkedIn Video Downloader
LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time.
What is LinkedIn Video Downloader?
LinkedIn Video Downloader is a Chrome extension developed by Creative Extensions Studio, and its main feature is "LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time.".
Extension Screenshots
Download LinkedIn Video Downloader Extension CRX File
Download LinkedIn Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Introducing LinkedIn Video Downloader! 📹💾 Tired of the hassle when trying to save those insightful LinkedIn videos? Look no further! 🕵️♂️ 🚀 Our Chrome browser extension streamlines video downloading from LinkedIn, making it a breeze and saving you precious time. ⏳✨ With just a few clicks, you can now effortlessly grab those career-boosting, knowledge-packed videos and keep them for future reference. 📚🌟 🌐 Whether it's a tutorial, webinar, or an inspiring talk, LinkedIn Video Downloader has got you covered! 💪🔥 Unlock the convenience and empower your professional growth with LinkedIn Video Downloader today! 🚀📈 Download now and supercharge your LinkedIn experience! 💼🔓 #LinkedInVideoDownloader
Extension Basic Information
Name | LinkedIn Video Downloader |
ID | fagakfichgmibajmbgbpgakliemjhljh |
Official URL | https://chromewebstore.google.com/detail/linkedin-video-downloader/fagakfichgmibajmbgbpgakliemjhljh |
Description | LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time. |
File Size | 30.43 KB |
Installation Count | 2,322 |
Current Version | 1.0.0 |
Last Updated | 2023-10-12 |
Publish Date | 2023-09-29 |
Rating | 3.10/5 Total 10 Ratings |
Developer | Creative Extensions Studio |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/polity-extension/home |
Supported Languages | de,en,en-US,fr,it,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "version": "1.0.0", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "icons": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png", "256": "img\/icon_256.png" }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "content\/index.js" ], "css": [ "content\/styles.css" ] } ], "background": { "service_worker": "bg_service_worker.js" }, "web_accessible_resources": [ { "resources": [ "img\/*.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'" }, "action": [] } |