TABS RANDOMIZER

Randomizes active tab and tab order every second. Warning: super annoying!!

What is TABS RANDOMIZER?

TABS RANDOMIZER is a Chrome extension developed by constantviper, and its main feature is "Randomizes active tab and tab order every second. Warning: super annoying!!".

Extension Screenshots

screenshot

Download TABS RANDOMIZER Extension CRX File

Download TABS RANDOMIZER 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

                        IMPORTANT: You can disable this extension by clicking in the top right corner of chrome, in the "extensions" bar.                    

Extension Basic Information

Name TABS RANDOMIZER TABS RANDOMIZER
ID fmjhaabehfcbjknembmkimemnoiemjac
Official URL https://chrome.google.com/webstore/detail/tabs-randomizer/fmjhaabehfcbjknembmkimemnoiemjac
Description Randomizes active tab and tab order every second. Warning: super annoying!!
File Size 5.73 KB
Installation Count 32
Current Version 1.0
Last Updated 2020-07-07
Publish Date 2020-07-07
Rating 5.00/5 Total 1 Ratings
Developer constantviper
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TABS RANDOMIZER",
    "version": "1.0",
    "description": "Randomizes active tab and tab order every second. Warning: super annoying!!",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon\/icon.png"
    },
    "manifest_version": 2
}