readify.me
A safe, easy, open-source solution that allows you to read articles in peace.
readify.me क्या है?
readify.me https://readify.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A safe, easy, open-source solution that allows you to read articles in peace."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में readify.me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } } |