SEORadar Diff tool

Free SEO Diff Tools

What is SEORadar Diff tool?

SEORadar Diff tool is a Chrome extension developed by https://seoradar.com, and its main feature is "Free SEO Diff Tools".

Extension Screenshots

screenshot

Download SEORadar Diff tool Extension CRX File

Download SEORadar Diff tool 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

                        This allows users to do a source codes and a structured comparison for SEO elements for any 2 URLs. This is specifically useful to compare:
* Staging vs. production URLs - pre-release testing 
* Mobile vs. desktop - 
* Fetched vs. rendered - to see how the JS rendered version of a page differs  
* Competitors                    

Extension Basic Information

Name SEORadar Diff tool SEORadar Diff tool
ID lakcgildadnfhhmanmgknoodpakfgigf
Official URL https://chromewebstore.google.com/detail/seoradar-diff-tool/lakcgildadnfhhmanmgknoodpakfgigf
Description Free SEO Diff Tools
File Size 571 KB
Installation Count 253
Current Version 2.4
Last Updated 2022-05-18
Publish Date 2020-07-29
Developer https://seoradar.com
Email [email protected]
Payment Type free
Extension Website https://seoradar.com
Privacy Policy Page URL https://www.seoradar.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEORadar Diff tool",
    "description": "Free SEO Diff Tools",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "\/html\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-1.12.0.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}