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…

¿Qué es Tweet Spinner?

Tweet Spinner es una extensión de Chrome desarrollada por http://slogansocial.com, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tweet Spinner

Descarga archivos de extensión Tweet Spinner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 😍🤖💍".                    

Información Básica de la Extensión

Nombre Tweet Spinner Tweet Spinner
ID hackcphhjlpifmaojlnneddhncmdidaa
URL Oficial https://chrome.google.com/webstore/detail/tweet-spinner/hackcphhjlpifmaojlnneddhncmdidaa
Descripción Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be…
Tamaño del Archivo 35.14 KB
Cantidad de Instalaciones 24
Versión Actual 1.3.4
Última Actualización 2018-07-04
Fecha de Publicación 2018-07-04
Desarrollador http://slogansocial.com
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}