Can i hide request made by chrome extension like 'seoquake'? i can't see the requests to bing, fb, pinterest etc from inspector like screenshot below: but if use 'fiddler web debugging' tool i can see it like screenshot below:
How to do that? and can i unhide that requests? it's use super permission from chrome to seoquake or all dev can do that with our own javascript?
The only way to prevent anyone with your extension from seeing the logic is to move it out of the extension that runs on a user computer and into a web service that the extension accesses. Since this will slow down the works quite a bit, you should only do this for the really valuable parts of your code.
Pressing F5 while in the tab immediately followed by ESC. XHR requests still active by chrome are canceled before the new answer is loaded. You must have very fast fingers! This should be the accepted answer.
Open Chrome DevTools. In the network tab filter box, enter the string -scheme:chrome-extension
(see screenshot below):
This is case-sensitive, so make sure it's lowercase. Doing this will hide all resources which were requested by extensions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With