Twitter video downloader
Twitter Video Downloader - Download twitter videos MP4 & GIF
Co je Twitter video downloader?
Twitter video downloader je rozšíření Chrome vyvinuté https://mp3downy.com, a jeho hlavní funkcí je „Twitter Video Downloader - Download twitter videos MP4 & GIF“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter video downloader
Stáhněte si soubory rozšíření Twitter video downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | gchlpekenfndnldgjjllnphbjlajikhp |
Oficiální URL | https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp |
Popis | Twitter Video Downloader - Download twitter videos MP4 & GIF |
Velikost souboru | 127 KB |
Počet instalací | 2,493 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2020-05-14 |
Datum Vydání | 2020-05-14 |
Hodnocení | 2.60/5 Celkem 5 Hodnocení |
Vývojář | https://mp3downy.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://mp3downy.com/ |
URL Stránky Nápovědy | https://mp3downy.com/ |
URL Stránky Zásad Ochrany Soukromí | https://biggbossvotetelugu.info/privacy-policy |
Podporované Jazyky | 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 } |