Tweet Spinner
Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be…
O que é Tweet Spinner?
Tweet Spinner é uma extensão do Chrome desenvolvida por http://slogansocial.com, e sua principal característica é "Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tweet Spinner
Baixe arquivos de extensão Tweet Spinner 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
Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be placed anywhere (or multiple times) in the tweet. UPDATE: We're now using a list of 138 hand selected emojis, so bad emojis like the sad or puking face WON'T be used. If you need to generate more than 138 unique tweets, just add two magic/robot emojis for 138^2 possible combinations 😀 TIP: The magic emoji can go anywhere. If you're worried about the randomly chosen emoji not making sense you can hide it in other emojis that fit your product, e.g. "I want my bf to get me this ring 😍🤖💍".
Informações Básicas da Extensão
Nome | |
ID | hackcphhjlpifmaojlnneddhncmdidaa |
URL Oficial | https://chrome.google.com/webstore/detail/tweet-spinner/hackcphhjlpifmaojlnneddhncmdidaa |
Descrição | Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be… |
Tamanho do Arquivo | 35.14 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.3.4 |
Última Atualização | 2018-07-04 |
Data de Publicação | 2018-07-04 |
Desenvolvedor | http://slogansocial.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet Spinner", "version": "1.3.4", "web_accessible_resources": [ "jquery-3.2.1.min.js", "inject.js" ], "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/", "https:\/\/tweetdeck.twitter.com\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ] } |