TABS RANDOMIZER

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

Qu'est-ce que TABS RANDOMIZER ?

TABS RANDOMIZER est une extension Chrome développée par constantviper, et sa fonction principale est "Randomizes active tab and tab order every second. Warning: super annoying!!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TABS RANDOMIZER

Téléchargez les fichiers d'extension TABS RANDOMIZER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TABS RANDOMIZER TABS RANDOMIZER
ID fmjhaabehfcbjknembmkimemnoiemjac
URL Officiel https://chrome.google.com/webstore/detail/tabs-randomizer/fmjhaabehfcbjknembmkimemnoiemjac
Description Randomizes active tab and tab order every second. Warning: super annoying!!
Taille du Fichier 5.73 KB
Nombre d'Installations 32
Version Actuelle 1.0
Dernière Mise à Jour 2020-07-07
Date de Publication 2020-07-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur constantviper
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}