Request duplicates

Find duplicates of XHR requests

Request duplicatesとは何ですか?

Request duplicatesはpchelnikovmmによって開発されたChromeの拡張機能で、その主な機能は「Find duplicates of XHR requests」です。

拡張機能のスクリーンショット

screenshot
screenshot

Request duplicates拡張機能のCRXファイルをダウンロード

Request duplicates拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily find duplicates of network requests.

Just install the extension, open browser devtools and click "RD" tab. Start testing your website and when the extension detect two or more identical requests, it will display them in request list. Basic functionality is absolute free! No registration required.

Features:
- find request duplicates;
- show start time of each found duplicate;
- filter duplicates by domain, configure time gap and compare requests input data option;
- explore details of requests.                    

拡張機能の基本情報

名前 Request duplicates Request duplicates
ID fghphjljkkfoepfkodibkbhkpobbbedm
公式URL https://chromewebstore.google.com/detail/request-duplicates/fghphjljkkfoepfkodibkbhkpobbbedm
説明 Find duplicates of XHR requests
ファイルサイズ 581 KB
インストール数 461
現在のバージョン 1.0.1
最終更新日 2022-12-18
公開日 2021-12-19
評価 5.00/5 合計 1 レビュー
開発者 pchelnikovmm
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Request duplicates",
    "description": "Find duplicates of XHR requests",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "devtools_page": "devtools\/index.html",
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.google-analytics.com\/*"
    ],
    "icons": {
        "16": "devtools\/logo_16.png",
        "32": "devtools\/logo_32.png",
        "48": "devtools\/logo_48.png",
        "128": "devtools\/logo_128.png"
    }
}