IncognitoDeathTimer
IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout
Co to jest IncognitoDeathTimer?
IncognitoDeathTimer to rozszerzenie Chrome opracowane przez azimbin, a jego główną funkcją jest „IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IncognitoDeathTimer
Pobierz pliki rozszerzeń IncognitoDeathTimer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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"
Podstawowe informacje o rozszerzeniu
Nazwa | IncognitoDeathTimer |
ID | jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
Oficjalny URL | https://chromewebstore.google.com/detail/incognitodeathtimer/jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
Opis | IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout |
Rozmiar pliku | 13.45 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-06-07 |
Data Publikacji | 2016-06-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | azimbin |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |