Twitter GIFs fullscreener
Create fullscreen icon over twitter GIFs post to allows toggle full screen mode
O que é Twitter GIFs fullscreener?
Twitter GIFs fullscreener é uma extensão do Chrome desenvolvida por aleha_84, e sua principal característica é "Create fullscreen icon over twitter GIFs post to allows toggle full screen mode".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter GIFs fullscreener
Baixe arquivos de extensão Twitter GIFs fullscreener 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
People who use twitter from a desktop browser have certainly noticed that tweets containing GIFs cannot be switched to full screen mode. It gets awkward when artists publish their art in this format (because it avoids over-compression). This extension allows you to view such posts in full screen mode.
Informações Básicas da Extensão
Nome | |
ID | inlidenghlhianjapipmmnjajkccoocf |
URL Oficial | https://chromewebstore.google.com/detail/twitter-gifs-fullscreener/inlidenghlhianjapipmmnjajkccoocf |
Descrição | Create fullscreen icon over twitter GIFs post to allows toggle full screen mode |
Tamanho do Arquivo | 12.4 KB |
Contagem de Instalações | 395 |
Versão Atual | 1.0 |
Última Atualização | 2021-07-14 |
Data de Publicação | 2021-07-14 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | aleha_84 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter GIFs fullscreener", "description": "Create fullscreen icon over twitter GIFs post to allows toggle full screen mode", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |