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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tweet Spinner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}