Twitter video downloader
Twitter Video Downloader - Download twitter videos MP4 & GIF
Twitter video downloader क्या है?
Twitter video downloader https://mp3downy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitter Video Downloader - Download twitter videos MP4 & GIF"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter video downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This chrome extension will capture all download links of twitter videos, also it will capture GIF images from twitter.com. It will show one or more twitter videos links based on a number of videos on the current twitter page. It can also capture videos from tweet comments. The most common websites which also providing the download service from twitter are, twittervideodownloader chrome extension savetweetvid chrome extension twdown chrome extension downloadtwittervideo chrome extension twsaver chrome extension getfvid chrome extension twdownloader chrome extension ssstwitter chrome extension twdownload chrome extension en.savefrom .net twitter video downloader chrome extension
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gchlpekenfndnldgjjllnphbjlajikhp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp |
विवरण | Twitter Video Downloader - Download twitter videos MP4 & GIF |
फ़ाइल का आकार | 127 KB |
स्थापना संख्या | 2,493 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2020-05-14 |
प्रकाशन तिथि | 2020-05-14 |
रेटिंग | 2.60/5 कुल 5 रेटिंग्स |
डेवलपर | https://mp3downy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mp3downy.com/ |
सहायता पृष्ठ URL | https://mp3downy.com/ |
गोपनीयता नीति पृष्ठ URL | https://biggbossvotetelugu.info/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter video downloader", "description": "Twitter Video Downloader - Download twitter videos MP4 & GIF", "version": "1.2", "permissions": [ "storage", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |