LinkedIn Video Downloader
LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time.
LinkedIn Video Downloader क्या है?
LinkedIn Video Downloader Creative Extensions Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn Video Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | LinkedIn Video Downloader |
ID | fagakfichgmibajmbgbpgakliemjhljh |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkedin-video-downloader/fagakfichgmibajmbgbpgakliemjhljh |
विवरण | LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time. |
फ़ाइल का आकार | 30.43 KB |
स्थापना संख्या | 2,322 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-10-12 |
प्रकाशन तिथि | 2023-09-29 |
रेटिंग | 3.10/5 कुल 10 रेटिंग्स |
डेवलपर | Creative Extensions Studio |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/polity-extension/home |
समर्थित भाषाएँ | 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": [] } |