We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c83686c + c74d204 commit f46fa7eCopy full SHA for f46fa7e
manifest.json
@@ -15,7 +15,8 @@
15
"content_scripts": [
16
{
17
"matches": [
18
- "https://www.amazon.com/gp/buy/shipoptionselect/handlers/display.html?hasWorkingJavascript=1"
+ "https://www.amazon.com/gp/buy/shipoptionselect/handlers/display.html?hasWorkingJavascript=1",
19
+ "https://smile.amazon.com/gp/buy/shipoptionselect/handlers/display.html?hasWorkingJavascript=1"
20
],
21
"js": ["content.js"]
22
}
0 commit comments