IncognitoDeathTimer
IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout
Qu'est-ce que IncognitoDeathTimer ?
IncognitoDeathTimer est une extension Chrome développée par azimbin, et sa fonction principale est "IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IncognitoDeathTimer
Téléchargez les fichiers d'extension IncognitoDeathTimer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | IncognitoDeathTimer |
ID | jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
URL Officiel | https://chromewebstore.google.com/detail/incognitodeathtimer/jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
Description | IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout |
Taille du Fichier | 13.45 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-06-07 |
Date de Publication | 2016-06-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | azimbin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |