IncognitoDeathTimer
IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout
O que é IncognitoDeathTimer?
IncognitoDeathTimer é uma extensão do Chrome desenvolvida por azimbin, e sua principal característica é "IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IncognitoDeathTimer
Baixe arquivos de extensão IncognitoDeathTimer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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"
Informações Básicas da Extensão
Nome | IncognitoDeathTimer |
ID | jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
URL Oficial | https://chromewebstore.google.com/detail/incognitodeathtimer/jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
Descrição | IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout |
Tamanho do Arquivo | 13.45 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.0 |
Última Atualização | 2016-06-07 |
Data de Publicação | 2016-06-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | azimbin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |