SEO Extractor

Tools to extract and analyze SEO data

What is SEO Extractor?

SEO Extractor is a Chrome extension developed by SEO Extractor, and its main feature is "Tools to extract and analyze SEO data".

Extension Screenshots

screenshot

Download SEO Extractor Extension CRX File

Download SEO Extractor 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

                        Update: This extension has not been updated lately.

Grab SEO data quickly, right on your browser with the SEO Extractor.

Including extractors like:

* Extracto SERP data like organic results or PAA
* Extract headings, links, image URLS, etc.
* Grab Wikipedia common terms
* Grab common terms from any page
* Much more                    

Extension Basic Information

Name SEO Extractor SEO Extractor
ID lmdnefllhiljfomcenmaojglalglejfo
Official URL https://chromewebstore.google.com/detail/seo-extractor/lmdnefllhiljfomcenmaojglalglejfo
Description Tools to extract and analyze SEO data
File Size 1.55 MB
Installation Count 2,642
Current Version 2.8.3
Last Updated 2022-07-16
Publish Date 2021-04-13
Rating 5.00/5 Total 1 Ratings
Developer SEO Extractor
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Extractor",
    "description": "Tools to extract and analyze SEO data",
    "version": "2.8.3",
    "manifest_version": 3,
    "icons": {
        "48": "public\/icon-main-48.png",
        "128": "public\/icon-main-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "oauth2": {
        "client_id": "140169318488-846k7dilkvqmo4ks4mlc9hootbb2kuk5.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "background": {
        "service_worker": "static\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "SEO Extractor",
        "default_icon": "public\/icon-main-48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src: self; object-src: self; worker-src: self;"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}