TABS RANDOMIZER
Randomizes active tab and tab order every second. Warning: super annoying!!
Wat is TABS RANDOMIZER?
TABS RANDOMIZER is een Chrome-extensie ontwikkeld door constantviper, en de belangrijkste functie is "Randomizes active tab and tab order every second. Warning: super annoying!!".
Extensie Screenshots
Download het CRX-bestand van de extensie TABS RANDOMIZER
Download TABS RANDOMIZER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
IMPORTANT: You can disable this extension by clicking in the top right corner of chrome, in the "extensions" bar.
Basisinformatie over de Extensie
Naam | |
ID | fmjhaabehfcbjknembmkimemnoiemjac |
Officiële URL | https://chrome.google.com/webstore/detail/tabs-randomizer/fmjhaabehfcbjknembmkimemnoiemjac |
Beschrijving | Randomizes active tab and tab order every second. Warning: super annoying!! |
Bestandsgrootte | 5.73 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-07-07 |
Publicatiedatum | 2020-07-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | constantviper |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |