Skip to content

what is the difference between unlistedscript and content script? #702

Closed Answered by aklinker1
xunziheng asked this question in Q&A
Discussion options

You must be logged in to vote

Unlisted scripts aren't added to the manifest. Content scripts are listed in the manifest and are automatically registered to run in tabs.

You can use the scripting API to run code in a tab whenever you want: https://developer.chrome.com/docs/extensions/reference/api/scripting#concepts_and_usage

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@xunziheng
Comment options

@aklinker1
Comment options

@xunziheng
Comment options

Answer selected by xunziheng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants