Twitter Media Saver
Save Twitter images and video with a click of a button
O que é Twitter Media Saver?
Twitter Media Saver é uma extensão do Chrome desenvolvida por Nikita Kartashov, e sua principal característica é "Save Twitter images and video with a click of a button".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Media Saver
Baixe arquivos de extensão Twitter Media Saver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Have you ever wanted to save the images & videos you see on twitter? Here is plugin for you! Just click on a button near Direct Messages icon and save whatever you want!
Informações Básicas da Extensão
Nome | |
ID | ialfbkhnjhhgeplfephldjaofhggmkjn |
URL Oficial | https://chrome.google.com/webstore/detail/twitter-media-saver/ialfbkhnjhhgeplfephldjaofhggmkjn |
Descrição | Save Twitter images and video with a click of a button |
Tamanho do Arquivo | 432 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0.0.5 |
Última Atualização | 2019-05-28 |
Data de Publicação | 2019-05-28 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Nikita Kartashov |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/nkartashov/twitter-media-saver |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Media Saver", "description": "Save Twitter images and video with a click of a button", "version": "1.0.0.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "js\/libs\/jquery.min.js", "js\/raf-ff-fix.js", "js\/fontawesome.js", "js\/contentscript.js" ] } ] } |