Skip to content

Manifest V3 不支持动态js代码 #4

@qinxs

Description

@qinxs

js小书签,需要用到此功能

V2的 APIchrome.tabs.executeScript,支持
V3的 APIchrome.scripting.executeScript(),明显不支持

Manifest V3 migration checklist 里说到:

Are you executing remote code or arbitrary strings?
You can no longer execute external logic using chrome.scripting.executeScript({code: '...'}), eval(), and new Function().

Move all external code (JS, Wasm, CSS) into your extension bundle.
Update script and style references to load resources from the extension bundle.
Use chrome.runtime.getURL() to build resource URLs at runtime.

另外,Tampermonkey 的 issue #644 中也说明了还不支持

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions