readify.me

A safe, easy, open-source solution that allows you to read articles in peace.

What is readify.me?

readify.me is a Chrome extension developed by https://readify.me, and its main feature is "A safe, easy, open-source solution that allows you to read articles in peace.".

Extension Screenshots

screenshot

Download readify.me Extension CRX File

Download readify.me 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

                        Trying to read an article with annoying ads or interruptions? readify.me provides a safe, easy, open-source solution that allows you to read articles in peace - all without the need to create an account or even store any cookies!

The readify.me browser extension makes it even easier to view a webpage with readify.me. Simply click the extension button when you're trying to read an article with obtrusive information, and you will be quickly redirected to readify.me, where you can read your desired article in peace.                    

Extension Basic Information

Name readify.me readify.me
ID ibamjdgecnapcbhancfphijocbanfgga
Official URL https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga
Description A safe, easy, open-source solution that allows you to read articles in peace.
File Size 17.01 KB
Installation Count 343
Current Version 1.0
Last Updated 2021-06-17
Publish Date 2021-06-16
Rating 5.00/5 Total 2 Ratings
Developer https://readify.me
Email [email protected]
Payment Type free
Extension Website https://readify.me
Help Page URL https://github.com/jotslo/readify.me/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "readify.me",
    "description": "A safe, easy, open-source solution that allows you to read articles in peace.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/book16.png",
            "32": "\/images\/book32.png",
            "48": "\/images\/book48.png",
            "128": "\/images\/book128.png"
        }
    },
    "icons": {
        "16": "\/images\/book16.png",
        "32": "\/images\/book32.png",
        "48": "\/images\/book48.png",
        "128": "\/images\/book128.png"
    }
}