Miśit
Miśit
PD🧩 Plasmo Developers
Created by Miśit on 2/2/2024 in #👟framework
Disable content-ui per site
Hi, I'm developing pretty advanced extension and got a request for option to disable/enable the extension per site By browsing the google docs i know that there's something like exclude_matches but this is static one. How can I achieve it to be dynamic?
export const config: PlasmoCSConfig = {
matches: ["https://*/*"],
css: ["styles/font.css"]
}
export const config: PlasmoCSConfig = {
matches: ["https://*/*"],
css: ["styles/font.css"]
}
This one might be trivial but I have no prior experience in developing web extension so Plasmo is like a bless for me, good job on that!
1 replies