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…”。
扩展截图
下载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 😍🤖💍".
扩展基本信息
名称 | |
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" ] } ] } |