IncognitoDeathTimer
IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout
Cos'è IncognitoDeathTimer?
IncognitoDeathTimer è un'estensione di Chrome sviluppata da azimbin, e la sua funzione principale è "IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IncognitoDeathTimer
Scarica i file di estensione IncognitoDeathTimer 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
This extension will automatically close out of any incognito tabs after a certain amount of time and either replace the page with google or have it display a message of your choosing. Lets say you are looking at cornhub.com and you suddenly die. Your friends come in the door after a week and are like "wtf? hes dead, and he is watching CobDestroyers 3some pt. 4 on his laptop"
Informazioni di Base sull'Estensione
Nome | IncognitoDeathTimer |
ID | jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
URL Ufficiale | https://chromewebstore.google.com/detail/incognitodeathtimer/jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
Descrizione | IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout |
Dimensione del File | 13.45 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-06-07 |
Data di Pubblicazione | 2016-06-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | azimbin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IncognitoDeathTimer", "version": "1.0", "description": "IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout ", "permissions": [ "http:\/\/*.com\/", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ], "browser_action": { "default_popup": "options.html", "default_icon": "icon.png", "default_title": "Closes any Incognito window open for more than an hour" } } |