One Page Reader

This add-on attempts to automatically loaded news article in one site.

What is One Page Reader?

One Page Reader is a Chrome extension developed by DevAttendant, and its main feature is "This add-on attempts to automatically loaded news article in one site.".

Extension Screenshots

screenshot

Download One Page Reader Extension CRX File

Download One Page Reader 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 add-on attempts to automatically loaded news article in one site. The add-on has been developed because various (especially German) websites are publishing article divided in multiple pages.

Supported websites:
- FAZ.net
- golem.de
- heise.de
- sueddeutsche.de
- wiwo.de (Wirtschaftswoche)
- zeit.de
- 11freunde.de                    

Extension Basic Information

Name One Page Reader One Page Reader
ID gepnohliadeifgobdpkepfeehfimkakl
Official URL https://chromewebstore.google.com/detail/one-page-reader/gepnohliadeifgobdpkepfeehfimkakl
Description This add-on attempts to automatically loaded news article in one site.
File Size 11.64 KB
Installation Count 12
Current Version 1.1.0
Last Updated 2023-12-22
Publish Date 2019-03-26
Developer DevAttendant
Email [email protected]
Payment Type free
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "DevAttendant",
    "description": "__MSG_appDesc__",
    "name": "One Page Reader",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/background\/append-TDj1W9P5.js",
                "assets\/utils-Q4Pq2Dqq.js",
                "src\/entries\/background\/append.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}