获取 Chrome 分机 "Allow in incognito" 开启的时间 on\off

Get time when Chrome extension's "Allow in incognito" is turned on\off

我需要获取 Chrome 分机的 "Allow in incognito" 模式开启的时间 on\off。

我知道 chrome.extension.isAllowedIncognitoAccess()。但是我需要用这个函数每隔几秒钟检查一次。有没有更优雅的方式,比如一些事件监听器?

我也试过将内容脚本插入 chrome://extensions 页面,并在每次有人 checks\unchecks 时注册允许隐身的复选框,但不允许将脚本注入此页面。

遗憾的是,没有。

更改此权限时不会触发任何事件 - chrome.extension API 和 chrome.management API 中都没有(事实上,这management API 根本没有权限。