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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Tweet Spinner

قم بتنزيل ملفات الامتداد Tweet Spinner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}