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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
            ]
        }
    ]
}