Likee videos downloader
Easy download videos with/without watermark on Likee.video
Likee videos downloader क्या है?
Likee videos downloader phillippmueller74 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy download videos with/without watermark on Likee.video"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Likee videos downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is one of the easiest tools to download Likee videos. It works perfectly with watermark and no watermark videos. No need to install any apps to use our service, all you need is a browser and a valid link which you paste on the home page. ======== https://likeevideos.download/privacy-and-cookies-policy
एक्सटेंशन की मूल जानकारी
नाम | Likee videos downloader |
ID | icmodafbjkdmoehjedclgejkolbfppdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/likee-videos-downloader/icmodafbjkdmoehjedclgejkolbfppdk |
विवरण | Easy download videos with/without watermark on Likee.video |
फ़ाइल का आकार | 98.02 KB |
स्थापना संख्या | 328 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2021-11-07 |
प्रकाशन तिथि | 2021-11-06 |
रेटिंग | 2.00/5 कुल 3 रेटिंग्स |
डेवलपर | phillippmueller74 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://likeevideos.download/ |
सहायता पृष्ठ URL | https://likeevideos.download/chrome-extension/ |
गोपनीयता नीति पृष्ठ URL | https://123seeks.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.0.1", "description": "__MSG_extDescription__", "default_locale": "en", "homepage_url": "https:\/\/likeevideos.download", "content_scripts": [ { "matches": [ "https:\/\/likee.video\/*" ], "js": [ "content\/import-index.js" ] }, { "matches": [ "https:\/\/likeevideos.download\/*" ], "js": [ "content\/import-likeevideos.js" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "__MSG_extName__", "default_popup": "popup\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "permissions": [ "storage", "downloads", "tabs" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content\/index.js", "content\/likeevideos.js" ], "matches": [ "https:\/\/likee.video\/*", "https:\/\/likeevideos.download\/*" ] } ] } |