readify.me

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

Vad är readify.me?

readify.me är en Chrome-tillägg utvecklad av https://readify.me, och dess huvudfunktion är "A safe, easy, open-source solution that allows you to read articles in peace.".

Tilläggsskärmbilder

screenshot

Ladda ner readify.me-förlängningens CRX-fil

Ladda ner readify.me-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn readify.me readify.me
ID ibamjdgecnapcbhancfphijocbanfgga
Officiell webbadress https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga
Beskrivning A safe, easy, open-source solution that allows you to read articles in peace.
Filstorlek 17.01 KB
Antal Installationer 343
Aktuell Version 1.0
Senast Uppdaterad 2021-06-17
Publiceringsdatum 2021-06-16
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://readify.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://readify.me
Hjälpsida URL https://github.com/jotslo/readify.me/issues
Stödda Språk 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"
    }
}