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 là gì?
Tweet Spinner là một tiện ích mở rộng Chrome được phát triển bởi http://slogansocial.com, và tính năng chính của nó là "Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tweet Spinner
Tải xuống các tệp mở rộng Tweet Spinner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 😍🤖💍".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hackcphhjlpifmaojlnneddhncmdidaa |
URL Chính Thức | https://chrome.google.com/webstore/detail/tweet-spinner/hackcphhjlpifmaojlnneddhncmdidaa |
Mô tả | Send out bulk tweets from TweetDeck with the same message. A randomized emoji is used to ensure the tweets are unique, and can be… |
Kích Thước Tệp | 35.14 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2018-07-04 |
Ngày Phát Hành | 2018-07-04 |
Nhà Phát Triển | http://slogansocial.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |