Google Chrome
|
|
Seems to work fine: "content_scripts": [
{
"matches": ["http://*/*"],
"js": ["findhash.js"]
}
]
|
|
|
Seems to work fine: "content_scripts": [
{
"matches": ["http://*/*"],
"js": ["findhash.js"]
}
]
|