readify.me
A safe, easy, open-source solution that allows you to read articles in peace.
Wat is readify.me?
readify.me is een Chrome-extensie ontwikkeld door https://readify.me, en de belangrijkste functie is "A safe, easy, open-source solution that allows you to read articles in peace.".
Extensie Screenshots
Download het CRX-bestand van de extensie readify.me
Download readify.me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | readify.me |
ID | ibamjdgecnapcbhancfphijocbanfgga |
Officiële URL | https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga |
Beschrijving | A safe, easy, open-source solution that allows you to read articles in peace. |
Bestandsgrootte | 17.01 KB |
Aantal Installaties | 343 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-06-17 |
Publicatiedatum | 2021-06-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://readify.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://readify.me |
Help Pagina-URL | https://github.com/jotslo/readify.me/issues |
Ondersteunde Talen | 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" } } |