Cozy Reader

Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.

What is Cozy Reader?

Cozy Reader is a Chrome extension developed by francesco marassi, and its main feature is "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cozy Reader Extension CRX File

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

                        Cozy Reader removes all the noise from the web articles that you want to read.


All your articles are securely saved and encrypted on Blockstack: Cozy uses BlockStack to save forever the articles that you want to read. Even if the website goes down or the original articles is deleted, you will have access to the article.                    

Extension Basic Information

Name Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
Official URL https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Description Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
File Size 24.5 KB
Installation Count 113
Current Version 0.2.1
Last Updated 2020-01-09
Publish Date 2020-01-08
Rating 5.00/5 Total 1 Ratings
Developer francesco marassi
Email [email protected]
Payment Type free
Extension Website https://cozyreader.xyz
Supported Languages en
manifest.json
{
    "author": "Cozy Reader",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Cozy Reader",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "web_accessible_resources": [
        "*.html"
    ],
    "id": "cozyreader.xyz"
}