Currently logs all URLs accessed by the app (into app console & into standard output stream (using dump()), whether the request is explicitly made by the user or automatically made by the app itself.
What is Request Assistant?
Request Assistant is a Firefox add-on that logs all URLs accessed by the app. It provides a convenient way to track and monitor requests made by the user or the app automatically.
Add-on stats
By: Reşat
Creation date: 2017-01-28
Weekly download count: NaN
Firefox on Android: Yes
Risk impact: High risk impact
Risk likelihood: Moderate risk likelihood
Manifest version: 2
Permissions:
Size: 8.76K
URLs: Website
Ranking
# 34251
Other platforms
Not available on Chrome
Not available on Edge
Want to check extension ranking and stats more quickly for other Firefox add-ons?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Firefox Browser Add-ons.
Add-on summary
Currently, logging is performed into app console & into standard out stream (using dump()).
On Windows, you might want to use one of the following approaches (e.g., using Firefox Developer Edition):
- "C:\Program Files\Firefox\firefox.exe" > "C:\Users\you\f.log" &:: pipe to a file And then tail it (e.g., using Cygwin): tail -f "C:\Users\you\f.log" OR
- "C:\Program Files\Firefox\firefox.exe" -console
User reviews
Instruction for *nix users 🤓
1: Install the add-on and make sure to enable a "browser.dom.window.dump.enabled" pref in about:config
2: Close your browser and run it by the following command
$ firefox 2>&1 >~/.mozilla/RequestAssistant.log &disown
3: Then you can get all request information by the following
$ tail -f ~/.mozilla/RequestAssistant.log |grep "RequestAssistant "
Add-on safety
Risk impact
Request Assistant requires some sensitive permissions that could impact your browser and data security. Exercise caution before installing.
Risk likelihood
Request Assistant is probably trust-worthy. Prefer other publishers if available. Exercise caution when installing this add-on.
Upgrade to see risk analysis details