IncognitoDeathTimer
IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout
Wat is IncognitoDeathTimer?
IncognitoDeathTimer is een Chrome-extensie ontwikkeld door azimbin, en de belangrijkste functie is "IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout".
Extensie Screenshots
Download het CRX-bestand van de extensie IncognitoDeathTimer
Download IncognitoDeathTimer-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
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"
Basisinformatie over de Extensie
Naam | IncognitoDeathTimer |
ID | jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
Officiële URL | https://chromewebstore.google.com/detail/incognitodeathtimer/jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
Beschrijving | IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout |
Bestandsgrootte | 13.45 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-06-07 |
Publicatiedatum | 2016-06-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | azimbin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |