Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome 切换到 Manifest V3后,使用问题 #234

Closed
vercen opened this issue Jul 8, 2024 · 7 comments
Closed

Chrome 切换到 Manifest V3后,使用问题 #234

vercen opened this issue Jul 8, 2024 · 7 comments

Comments

@vercen
Copy link

vercen commented Jul 8, 2024

使用的是谷歌浏览器,安装最新的脚本,没有汉化成功。打开新标签页也不行
image
image
image

@TC999
Copy link
Contributor

TC999 commented Jul 8, 2024

注意"已启用"上方的英文,提示需要打开开发者模式

@maboloshi
Copy link
Owner

@maboloshi
Copy link
Owner

maboloshi commented Jul 8, 2024

由于 Chrome 127 及以上官方分阶段停用了 Manifest V2 扩展程序,对于基于Manifest V2相关脚本管理器会自动被停用

最早会在 2024 年 6 月的 Chrome 127 及更高版本中停用稳定版 Chrome(开发者版、Canary 版和 Beta 版)中的 Manifest V2 扩展程序。受分阶段发布影响的用户将在浏览器中看到自动停用 Manifest V2 扩展程序,并且无法再通过 Chrome 应用商店安装 Manifest V2 扩展程序。2024 年 6 月的 Chrome 127 及更高版本中停用稳定版 Chrome(开发者版、Canary 版和 Beta 版)中的 Manifest V2 扩展程序。受分阶段发布影响的用户将在浏览器中看到自动停用 Manifest V2 扩展程序,并且无法再通过 Chrome 应用商店安装 Manifest V2 扩展程序。—— 恢复向 Manifest V3 的转换

对于 Chrome 127 及以上,安装 Tampermonkey 5.2.0 及以上必须在浏览器的扩展程序管理中开启开发者模式,才能通过 Tampermonkey 运行用户脚本。

@maboloshi
Copy link
Owner

目前,Chrome 陆续开始强行切换到 Manifest V3,不太清楚相关脚本管理器支持的怎样的程度。大家拭目以待吧,N 多常用的浏览器扩展会挂掉。

PS:violentmonkey目前不支持 Manifest V3。

@maboloshi maboloshi changed the title 安装脚本之后,不起作用 Chrome 切换到 Manifest V3后,使用问题 Jul 8, 2024
@TC999
Copy link
Contributor

TC999 commented Jul 8, 2024

讨论区提到的"脚本猫"也是V2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@maboloshi @vercen @TC999 and others