Reviews for tweak: mock and modify HTTP requests
tweak: mock and modify HTTP requests by tweak
26 reviews
- Rated 4 out of 5by george_work, a month agofar more easy to use than alternatives, yet provides all the features I need (intercepting requests and replacing with mock responses)
pity that they've decided to focus on Chrome, feels like plain laziness tbh, other extensions get by fine. - Rated 5 out of 5by Firefox user 18664065, a month agoIt has saved a lot of development time for me. Works beautifully.
- Rated 5 out of 5by Firefox user 16846828, 3 months ago
- Rated 1 out of 5by SoundOfTheSky, 4 months ago
- Rated 5 out of 5by b28, 5 months ago
- Rated 5 out of 5by p1errot, 6 months ago
- Rated 1 out of 5by Firefox user 13886658, 6 months agoAccording to the Website, there is already a version 8.2.0. However, this version is not being release for Firefox for whatever reason.
Developer response
posted 6 months agoHello, indeed, we haven't released a new version on Firefox in quite some time due to platform limitations. We had to adapt to major changes to keep you with the Chrome platform and we left Firefox behind hoping that Firefox and Google would align on a standard for extensions, but they never did. It's quite costly for us to maintain this add-on as of today and as most our paid customers use Chrome and feedback here is very negative compared to Chrome's we're considering dropping Firefox entirely.
Thanks for your understanding,
tweak team - Rated 1 out of 5by Dmitry, 7 months agoSeem to have completely stopped working some time ago (and looking at the last update, not surprising – looks like Firefox is at least 2 major releases behind). When enabled, requests are significantly delayed and always replaced with no content instead of what is in the response field. It might be a CORS issue, but I am not sure. Anyway, any intercepted request will end with unexpected end of data at line 1 column 1.
UPD: Obviously the feedback is negative, the extension does not work, simple as that. Why would an Open Source browser have to comply with a Google Spyware Machine? Unfortunate, but it's your call to support spyware instead of browser.Developer response
posted 6 months agoHello, indeed, we haven't released a new version on Firefox in quite some time due to platform limitations. We had to adapt to major changes to keep you with the Chrome platform and we left Firefox behind hoping that Firefox and Google would align on a standard for extensions, but they never did. It's quite costly for us to maintain this add-on as of today and as most our paid customers use Chrome and feedback here is very negative compared to Chrome's we're considering dropping Firefox entirely.
Thanks for your understanding,
tweak team - Rated 5 out of 5by Firefox user 18339159, 9 months agoWas looking for a way to return a specific statuscode and error message on a request to debug an issue and this extension had me covered in a couple of minutes. Lifesaver for sure.
- Rated 5 out of 5by Assaf Sapir, 10 months ago
- Rated 5 out of 5by Calvin, a year agoNice looking UI, immediately got it working in less than 5 minutes for a simple stub.
- Rated 5 out of 5by Stephanie Hobson, 2 years agoTook me a second to figure out how to use it and then it worked like a charm 💯
- Rated 5 out of 5by Daniil, 2 years agoThis extension is very helpful for web development. You can easily mock response from API and play with it.
- Rated 5 out of 5by nik, 2 years agoSimple to use, it took me a few minutes to mock my first response.
Thank you tweak team! - Rated 5 out of 5by Firefox user 14625248, 2 years agoIt took me about 2 mins to set it up and mock the server response for my development - Thx!
- Rated 5 out of 5by John, 2 years ago
- Rated 2 out of 5by sync/atomic, 2 years agoUnreliable. Even with a regex "match all" url matcher, only a small subset of requests are processed.
- Rated 5 out of 5by Firefox user 15400081, 2 years agoDid exactly what I wanted which was to cause the UI display to behave according to the response. Worked well in Firefox. In Chrome it says it was installed but I couldn't find icon on the toolbar.
Found the popup a little confusing because when I moved away it would disappear and I had to press the icon to show it again when I needed it.Developer response
posted 2 years agoThanks for your review, indeed Firefox makes a better job at displaying the extension in the toolbar. Please note that extensions in chrome have a new UI https://imgur.com/IOT6RJg. You need to click the icon in this image - https://imgur.com/IOT6RJg - in order to see newly installed extensions.
We would love to chat more about your experience so far, if you're interested, send us an email at help@tweak-extension.com. - Rated 5 out of 5by nicolas_ft, 3 years ago
- Rated 5 out of 5by Firefox user 17315745, 3 years ago
Developer response
posted 3 years agoHi Dalkavar,
Sad to hear the extension is not working at all for you. If you would email us at help@tweak-extension.com we can follow up with you and perhaps schedule a quick shadowing session for you to expose your issue to us.
Thank you,
tweak team- Rated 1 out of 5by Semper, 3 years agoDid not work for me. Tried 4.6.0 and 4.5.0.
In one case, the extension counts the number of URL matches it finds, but does neither the delay nor the response replacements.
In another case, it does not even count the match.
Followed the instructions in https://tweak-extension.com/docs/intro carefully.
Tested in Firefox 95.0.1./MacOSDeveloper response
posted 3 years agoHi Semper,
Thanks for your review. As you can read in our faqs, the extension might not work for certain websites that deviate too much from standards (e.g., applications that mutate globals such as window.fetch). You can read more about this on our FAQs page https://tweak-extension.com/faqs#will-this-work-in-every-web-application. Thanks for trying tweak - Rated 1 out of 5by diversemix, 3 years agoThe always seems to error in my FF with an error "TypeError: r.clone is not a function" - stack:
applyQueryParameterToFetchResource intercept.bundle.js:1
mockFetch intercept.bundle.js:1Developer response
posted 3 years agoHi diversemix,
Thanks for providing the detailed error message. This will allow spotting issues you've faced much quickly. We haven't received any kind of reports so far on these specific issues across our many thousands of users across chrome/firefox/edge browsers. We would be happy to follow up with you on this issue if you could kindly send us an email to help@tweak-extension.com. Thanks for trying tweak - Rated 5 out of 5by Firefox user 16934721, 3 years agoA bit slow to set up and sometimes a little glitchy... But this tool made my work so much easier I cannot recomend it enough! (I work as a software tester).