Outcognito
This extention disables incognito mode
Outcognitoคืออะไร?
Outcognito เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skeetsdev และคุณลักษณะหลักของมันคือ "This extention disables incognito mode"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Outcognito
ดาวน์โหลดไฟล์ส่วนขยาย Outcognito ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple extension that disables Incognito mode. Must have this app enabled in incognito mode. Made as a productivity helper, not a restriction, so no password locks, the extension can be disabled by anyone. If this gets any popularity, I'll add features, but I'm just planning to use this for myself. comments / questions / requests to : [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | pffildiobkehaebeknnlihlmodoecjha |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha |
คำอธิบาย | This extention disables incognito mode |
ขนาดไฟล์ | 4.28 KB |
จำนวนการติดตั้ง | 613 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-09-08 |
วันที่เผยแพร่ | 2016-09-08 |
คะแนน | 4.74/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | skeetsdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Outcognito", "description": "This extention disables incognito mode", "version": "1.0", "browser_action": { "default_icon": "outcognito.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "windows" ] } |