network-duplicates
Extends the Developer Tools, adding duplicate network calls detection
What is network-duplicates?
network-duplicates is a Chrome extension developed by deckele, and its main feature is "Extends the Developer Tools, adding duplicate network calls detection".
Extension Screenshots
Download network-duplicates Extension CRX File
Download network-duplicates extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extends the Developer Tools, adding duplicate network calls detection. Features: 1. list of duplicate network calls, sorted by number of times a resource was called. 2. list of resources with the same name, which were called from different urls. 3. a side-panel in the sources tab, showing nested iframes which could lead to duplicate network calls.
Extension Basic Information
Name | |
ID | pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Official URL | https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Description | Extends the Developer Tools, adding duplicate network calls detection |
File Size | 6.2 KB |
Installation Count | 208 |
Current Version | 1.0 |
Last Updated | 2019-06-07 |
Publish Date | 2019-06-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | deckele |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "network-duplicates", "manifest_version": 2, "version": "1.0", "description": "Extends the Developer Tools, adding duplicate network calls detection", "minimum_chrome_version": "30.0", "devtools_page": "devtools.html", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |