Tab Russian Roulette

Click the icon and one of your tabs will randomly close

What is Tab Russian Roulette?

Tab Russian Roulette is a Chrome extension developed by Cory Forsyth, and its main feature is "Click the icon and one of your tabs will randomly close".

Extension Screenshots

screenshot

Download Tab Russian Roulette Extension CRX File

Download Tab Russian 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

                                            

Extension Basic Information

Name Tab Russian Roulette Tab Russian Roulette
ID ajafloldbkdcemphhlfjlcpdocdfpmei
Official URL https://chromewebstore.google.com/detail/tab-russian-roulette/ajafloldbkdcemphhlfjlcpdocdfpmei
Description Click the icon and one of your tabs will randomly close
File Size 18.11 KB
Installation Count 94
Current Version 0.1
Last Updated 2017-02-12
Publish Date 2017-02-12
Rating 5.00/5 Total 1 Ratings
Developer Cory Forsyth
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Russian Roulette",
    "short_name": "Tab Russian Roulette",
    "manifest_version": 2,
    "version": "0.1",
    "description": "Click the icon and one of your tabs will randomly close",
    "author": "Cory Forsyth",
    "icons": {
        "64": "icon\/hand-gun-64.png",
        "128": "icon\/hand-gun-128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon\/hand-gun-128.png",
            "64": "icon\/hand-gun-64.png"
        },
        "default_title": "Tab Russian Roulette"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}