Twitter Roulette

This extension allows to select a random tweet from a sample search.

What is Twitter Roulette?

Twitter Roulette is a Chrome extension developed by icoloma, and its main feature is "This extension allows to select a random tweet from a sample search.".

Extension Screenshots

screenshot
screenshot

Download Twitter Roulette Extension CRX File

Download Twitter Roulette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Do a lottery and pick a random tweet based on your search criteria, useful for IT events and promotions. This extension requires a Twitter API key. Developed in 48h, battle-tested at Codemotion Spain.

The Twitter API does not serve proper CORS headers, so in order to do this without a server, it had to be packaged as a Chrome Extension.

This project is open source, and the source code is available at https://github.com/icoloma/twitter-roulette                    

Extension Basic Information

Name Twitter Roulette Twitter Roulette
ID jidffkpleipkoohdmdjabocmehcemifm
Official URL https://chromewebstore.google.com/detail/twitter-roulette/jidffkpleipkoohdmdjabocmehcemifm
Description This extension allows to select a random tweet from a sample search.
File Size 397 KB
Installation Count 26
Current Version 1.1
Last Updated 2014-11-13
Publish Date 2014-11-13
Developer icoloma
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Roulette",
    "description": "This extension allows to select a random tweet from a sample search.",
    "version": "1.1",
    "permissions": [
        "https:\/\/api.twitter.com\/",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}