I am very new to javascript and chrome-extension, I try to create extension that block a few domain. I want to store these domains in a file, maybe the same way adblock do it.
I know there is localstorage
but is it the only way to store data ?
If stored in a file how can I open it from javascript extension ?
Thank you