Tweet Spinner

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…

Merlin
Additional files are visible only to premium users

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