dnakov / little-rat

πŸ€ Small chrome extension to monitor (and optionally block) other extensions' network calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

little-rat

πŸ€ Small chrome extension to monitor (and optionally block) other extensions' network calls

Get Little Rat for Chrome

Chrome Web Store (Lite version)

The published extension lacks the ability to track the number of requests and notify you, but you can still use it for blocking requests. The reason is that the extension uses the declarativeNetRequest.onRuleMatchedDebug API which is not available for publishing in the Chrome Web Store. Get it here

Screenshot for Chrome Store

Manual Installation (Full Version)

  • Download the ZIP of this repo.
  • Unzip
  • Go to chromium/chrome Extensions.
  • Click to check Developer mode.
  • Click Load unpacked extension....
  • In the file selector dialog:
    • Select the directory little-rat-main which was created above.
    • Click Open.

Screenshots

Screenshot2 for Manual

Open-Source Libraries <3

Author

https://twitter.com/dnak0v

About

πŸ€ Small chrome extension to monitor (and optionally block) other extensions' network calls

License:MIT License


Languages

Language:JavaScript 73.8%Language:CSS 15.2%Language:HTML 7.4%Language:Shell 3.6%