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…

Tweet Spinnerとは何ですか?

Tweet Spinnerはhttp://slogansocial.comによって開発されたChromeの拡張機能で、その主な機能は「Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be…」です。

拡張機能のスクリーンショット

screenshot

Tweet Spinner拡張機能のCRXファイルをダウンロード

Tweet Spinner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Tweet Spinner Tweet Spinner
ID hackcphhjlpifmaojlnneddhncmdidaa
公式URL https://chrome.google.com/webstore/detail/tweet-spinner/hackcphhjlpifmaojlnneddhncmdidaa
説明 Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be…
ファイルサイズ 35.14 KB
インストール数 24
現在のバージョン 1.3.4
最終更新日 2018-07-04
公開日 2018-07-04
開発者 http://slogansocial.com
支払い方法 free
対応言語 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"
            ]
        }
    ]
}