Outcognito
This extention disables incognito mode
什麼是Outcognito?
Outcognito是由skeetsdev開發的Chrome擴展程式,該擴展的主要功能是“This extention disables incognito mode”。
下載Outcognito擴展crx文件
下載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 |
官方網址 | 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" ] } |