IncognitoDeathTimer
IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout
什麼是IncognitoDeathTimer?
IncognitoDeathTimer是由azimbin開發的Chrome擴展程式,該擴展的主要功能是“IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout”。
擴展截圖
下載IncognitoDeathTimer擴展crx文件
下載IncognitoDeathTimer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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" 擴展基本資訊
| 名稱 | |
| ID | jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
| 官方網址 | https://chromewebstore.google.com/detail/incognitodeathtimer/jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
| 簡介 | IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout |
| 檔案大小 | 13.45 KB |
| 安裝次數 | 46 |
| 目前版本 | 1.0 |
| 更新時間 | 2016-06-07 |
| 上架時間 | 2016-06-07 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | azimbin |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
}
} | |