更改 Chrome App IndexedDB 文件

Change the Chrome App IndexedDB file

我正在尝试用我客户的 Chrome 应用程序中的数据库替换包含我的 Chrome 应用程序的 IndexedDB 数据库的文件,以便我可以查看和获取他的数据。

我已经尝试在我的 Google Chrome 上安装 2 Chrome 个应用程序。我试图从

获取数据库文件

C:\Users[username]\AppData\Local\Google\Chrome\User Data\Profile 3\Storage\ext[chrome_app_id]\def\IndexedDB\chrome-extension_[chrome_app_id]_0.indexeddb.leveldb

文件夹(第一个 chrome 应用程序)并替换第二个上的数据库文件。但是第二个 chrome 应用程序的数据仍然没有更新为第一个应用程序的数据。

有正确的方法吗?

我在 chrome 关闭时通过替换数据库文件成功更新了我的 chrome 应用程序的 indexeddb 数据库。