TABS RANDOMIZER
Randomizes active tab and tab order every second. Warning: super annoying!!
Cos'è TABS RANDOMIZER?
TABS RANDOMIZER è un'estensione di Chrome sviluppata da constantviper, e la sua funzione principale è "Randomizes active tab and tab order every second. Warning: super annoying!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TABS RANDOMIZER
Scarica i file di estensione TABS RANDOMIZER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
IMPORTANT: You can disable this extension by clicking in the top right corner of chrome, in the "extensions" bar.
Informazioni di Base sull'Estensione
Nome | |
ID | fmjhaabehfcbjknembmkimemnoiemjac |
URL Ufficiale | https://chrome.google.com/webstore/detail/tabs-randomizer/fmjhaabehfcbjknembmkimemnoiemjac |
Descrizione | Randomizes active tab and tab order every second. Warning: super annoying!! |
Dimensione del File | 5.73 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-07-07 |
Data di Pubblicazione | 2020-07-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | constantviper |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |