readify.me
A safe, easy, open-source solution that allows you to read articles in peace.
ما هو readify.me؟
readify.me هو إضافة Chrome تم تطويرها بواسطة https://readify.me، والميزة الرئيسية لها هي "A safe, easy, open-source solution that allows you to read articles in peace.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة readify.me
قم بتنزيل ملفات الامتداد readify.me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | readify.me |
ID | ibamjdgecnapcbhancfphijocbanfgga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga |
الوصف | A safe, easy, open-source solution that allows you to read articles in peace. |
حجم الملف | 17.01 KB |
عدد التثبيتات | 343 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-06-17 |
تاريخ النشر | 2021-06-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://readify.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://readify.me |
عنوان صفحة المساعدة | https://github.com/jotslo/readify.me/issues |
اللغات المدعومة | 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" } } |