HTML Content Extractor

Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…

What is HTML Content Extractor?

HTML Content Extractor is a Chrome extension developed by Peter77, and its main feature is "Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…".

Extension Screenshots

screenshot

Download HTML Content Extractor Extension CRX File

Download HTML Content 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

                        Extract and display the main content from web pages with a single click.

Web Content Extractor is a free and user-friendly Chrome extension designed to help you easily extract and display the main content of web pages. With just a single click, you can access the most relevant information from articles, blog posts, and other text-based web content without the clutter of ads, sidebars, and unnecessary elements.                    

Extension Basic Information

Name HTML Content Extractor HTML Content Extractor
ID hlfclpmdlncebblfafnegijjbnmjegkh
Official URL https://chromewebstore.google.com/detail/html-content-extractor/hlfclpmdlncebblfafnegijjbnmjegkh
Description Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…
File Size 39.01 KB
Installation Count 103
Current Version 1.0
Last Updated 2023-04-18
Publish Date 2023-04-18
Developer Peter77
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML Content Extractor",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/text.png",
            "48": "\/icons\/text.png",
            "128": "\/icons\/text.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "readability.js",
                "content-script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/icons\/text.png",
        "48": "\/icons\/text.png",
        "128": "\/icons\/text.png"
    }
}