IReader

IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably

What is IReader?

IReader is a Chrome extension developed by https://hocgin.top, and its main feature is "IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably".

Extension Screenshots

screenshot
screenshot
screenshot

Download IReader Extension CRX File

Download IReader 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

                        IReadMode is a tool designed specifically for reading website articles that helps you read website content more comfortably. It supports two modes: normal mode and focus mode. Normal mode is the default reading mode, which helps you reduce distractions while reading an article and allows you to focus more. Focus mode is a special reading mode that helps you concentrate better and improve your reading efficiency.
In addition to providing two reading modes, IReadMode also offers a range of additional features that make reading articles easier. For example, it can export articles as HTML, images, or PDFs, making it convenient to read them in other places. In addition, reading mode also supports text-to-speech for articles, allowing you to listen to the content of an article while working or doing other things. It also provides a chapter search function that allows you to quickly find the parts of an article that interest you.
Overall, IReadMode is a very useful tool that helps you read website content more easily and improves your reading efficiency. Its simple and easy-to-use interface allows you to get started easily, and its rich features allow you to work smarter when reading.

If you encounter any problems during use, please don't panic. Negative reviews cannot solve the problem. You can provide feedback via the link below and I will follow up promptly.
👉 https://logspot.hocgin.top/addone-read-mode?active=feedback 👈

If this has been helpful to you, can you please give me a good review? 🌹                    

Extension Basic Information

Name IReader IReader
ID hjdlphplaahbjbjobdikfmaajhjpehof
Official URL https://chromewebstore.google.com/detail/ireader/hjdlphplaahbjbjobdikfmaajhjpehof
Description IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably
File Size 2.33 MB
Installation Count 830
Current Version 1.0.11
Last Updated 2023-09-19
Publish Date 2023-01-09
Rating 5.00/5 Total 3 Ratings
Developer https://hocgin.top
Email [email protected]
Payment Type free
Privacy Policy Page URL https://logspot.hocgin.top/privacy
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.0.11",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "16": "$_action_logo_16.png",
            "32": "$_action_logo_32.png",
            "48": "$_action_logo_48.png",
            "128": "$_action_logo_128.png"
        }
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "homepage_url": "https:\/\/logspot.hocgin.top\/addone-read-mode",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contentScript_0.css",
                "contentScript_0.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "tts",
        "favicon",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_0.js"
            ],
            "css": [
                "contentScript_0.css"
            ]
        },
        {
            "matches": [
                "http:\/\/sso.hocgin.top\/addone\/addone-read-mode\/redirect*",
                "https:\/\/sso.hocgin.top\/addone\/addone-read-mode\/redirect*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_1.js"
            ],
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}