SwitchyOmega icon indicating copy to clipboard operation
SwitchyOmega copied to clipboard

SwitchyOmega无法启用下的设置导出。export SwitchyOmega config

Open liushengqi000 opened this issue 10 months ago • 5 comments

将扩展目录拷贝出来,修改manifest.json内容 "manifest_version": 3

强行加载扩展,访问 chrome-extension://padekgcemlokbadohgkifijomclgjgif/options.html

在开发者工具中执行 let keys = await chrome.storage.local.getKeys(); let config = {}; for(let key of keys){ Object.assign(config,await chrome.storage.local.get(key)); } content = JSON.stringify(config);

祝好运

liushengqi000 avatar Mar 04 '25 12:03 liushengqi000

补充一下,先到目录~/Library/Application Support/Google/Chrome/Default/Extensions下,然后进入你的插件ID对应的目录(ID可以在扩展程序里看到),然后找到文件manifest.json,修改里面的manifest_version参数为3。

我没有在开发者工具里运行,但是我改完后又重新安装了chrome浏览器,貌似就可以了。

还是建议把配置备份一下,然后用别的代理工具吧。

uncleguanghui avatar Mar 07 '25 06:03 uncleguanghui

~/Library/Application Support/Google/Chrome/Default/Extensions

怎么到目录这块呀

zhuochunhua avatar May 27 '25 08:05 zhuochunhua

看起来现在改manifest.json不能生效了

sincerexie avatar Jun 18 '25 09:06 sincerexie

在这里下载旧版本的 chrome, 比如 138, 然后解压,运行里面的 chrome.exe 就可以使用插件并导出配置了 https://github.com/ulixee/chrome-versions/releases/tag/138.0.7204.184 @sincerexie

ShenHongFei avatar Aug 07 '25 02:08 ShenHongFei

If chrome force inactive SwitchyOmega, how to export proxy setting.

  1. Install SwitchyOmega on Microsoft Edge
  2. Close Microsoft Edge
  3. Copy all files from "...\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings\padekgcemlokbadohgkifijomclgjgif" to "...AppData\Local\Microsoft\Edge\User Data\Default\Local Extension Settings\padekgcemlokbadohgkifijomclgjgif"
  4. Open Microsoft Edge, now you can export SwitchyOmega setting.

this work for me.

ug945 avatar Sep 15 '25 17:09 ug945