I found a workaround.
Find Install path of extension using Extension ID
C:\\Users\\[YourUsername]\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Extensions\\{ExtensionID}
~/.config/google-chrome/Default/Extensions/{ExtensionID}
fbliobpicoanacbncphlgaghdkodkgme
Edit Manifest.json — It's better to copy extension folder to another folder and then edit.
add below line afer every "matches":[]
"matches":[]
,"exclude_matches": [ "https://atcoder.jp/contests/*/tasks/*" ], }
I found a workaround.
Find Install path of extension using Extension ID
C:\\Users\\[YourUsername]\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Extensions\\{ExtensionID}~/.config/google-chrome/Default/Extensions/{ExtensionID}fbliobpicoanacbncphlgaghdkodkgme(Source: chrome://extensions/)Edit Manifest.json — It's better to copy extension folder to another folder and then edit.
add below line afer every
"matches":[]