gpt4 book ai didi

google-chrome - Chrome 离屏标签捕获 API 和扩展程序白名单

转载 作者:行者123 更新时间:2023-12-02 03:54:57 26 4
gpt4 key购买 nike

我想使用 Chrome off-screen tab capture API在我的分机中。因此,我使用 tabCapture 权限编写了一个 list ,并编写了一些代码来试用它:

chrome.tabCapture.captureOffscreenTab('http://example.com', {
audio: true,
video: true
}, function () {
console.log(arguments);
});

不幸的是,我在控制台上收到此错误:

Unchecked runtime.lastError while running tabCapture.captureOffscreenTab: Extension is not whitelisted for use of the unstable, in-development chrome.tabCapture.captureOffscreenTab API.

如何将我的扩展列入白名单?

我找到了一个 bug report其中要求使用 _api_features.json 而不是硬编码扩展 ID,但我找不到该文件。

最佳答案

@wOxxOm 回答了这个问题!

chrome://extensions 上获取扩展程序的 ID。像这样运行 Chrome:

chrome.exe --whitelisted-extension-id=abcdefghijklmnopqrstuvwxyz

效果很好!

关于google-chrome - Chrome 离屏标签捕获 API 和扩展程序白名单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44335444/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com