IncognitoDeathTimer
IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout
IncognitoDeathTimerคืออะไร?
IncognitoDeathTimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย azimbin และคุณลักษณะหลักของมันคือ "IncognitoDeathTimer will blank out all incognito tabs and change all urls to google after a set amout"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IncognitoDeathTimer
ดาวน์โหลดไฟล์ส่วนขยาย 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"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IncognitoDeathTimer |
ID | jnpnkeaadjmmioeplgpgbpmdjdhebfgb |
URL อย่างเป็นทางการ | 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" } } |