GoogleChrome / GoogleChrome/chrome-extensions-samples

declaractiveNetRequest

Open
#833 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
17.8k
Forks
9k
Avg merge
21h
Merged PRs (30d)
28

Description

Trying to add a parameter to any request going to getshowflow.com.
Original request: getshowflow.com/abcd
Modified request should be getshowflow.com/abcd**?username=siddiqi**

no luck so far, thanks for the help!

[
{
"id": 1,
"priority": 1,
"action": {
"type": "redirect",
"redirect": {
"redirectUrl": "https://www.getshowflow.com/abcd?&user=username",
"permanent": false
}
},
"condition": {
"urlFilter": "https://www.getshowflow.com/*",
"resourceTypes": ["main_frame"]
}
}
]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.