readify.me

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

Was ist readify.me?

readify.me ist eine Chrome-Erweiterung, die von https://readify.me entwickelt wurde, und ihr Hauptmerkmal ist "A safe, easy, open-source solution that allows you to read articles in peace.".

Erweiterungsscreenshots

screenshot

readify.me-Erweiterungs-CRX-Datei herunterladen

Laden Sie readify.me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name readify.me readify.me
ID ibamjdgecnapcbhancfphijocbanfgga
Offizielle URL https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga
Beschreibung A safe, easy, open-source solution that allows you to read articles in peace.
Dateigröße 17.01 KB
Installationsanzahl 343
Aktuelle Version 1.0
Letztes Update 2021-06-17
Veröffentlichungsdatum 2021-06-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://readify.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://readify.me
Hilfeseite URL https://github.com/jotslo/readify.me/issues
Unterstützte Sprachen 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"
    }
}