Share on Twitter
Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
O que é Share on Twitter?
Share on Twitter é uma extensão do Chrome desenvolvida por http://mustafa.io, e sua principal característica é "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Share on Twitter
Baixe arquivos de extensão Share on Twitter 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
Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.
Informações Básicas da Extensão
Nome | |
ID | ccnepoheeddldggdgihffmglfjpojggh |
URL Oficial | https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh |
Descrição | Strips Youtube, Vimeo and SoundCloud links for Twitter sharing. |
Tamanho do Arquivo | 10.19 KB |
Contagem de Instalações | 21 |
Versão Atual | 0.9.1 |
Última Atualização | 2014-11-30 |
Data de Publicação | 2014-11-30 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | http://mustafa.io |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/twitter.com\/intent\/tweet*" ], "run_at": "document_end" } ], "description": "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.", "icons": { "128": "twShare_128x128.png", "48": "twshare-48x48.png" }, "manifest_version": 2, "name": "Share on Twitter", "permissions": [ "activeTab" ], "short_name": "twShare", "version": "0.9.1", "author": "@5yx", "homepage_url": "https:\/\/twitter.com\/5yx" } |