Read Medium for free

Read Medium stories without leaving the page if you reached to free reading limit

ما هو Read Medium for free؟

Read Medium for free هو إضافة Chrome تم تطويرها بواسطة pavel.maskevich، والميزة الرئيسية لها هي "Read Medium stories without leaving the page if you reached to free reading limit".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Read Medium for free

قم بتنزيل ملفات الامتداد Read Medium for free بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension only fetches Medium article without cookies and replace page content, like the opening article in incognito mode. The extension is run only when you have reached to free reading limit and does not make any request outside of Medium.                    

معلومات أساسية عن التمديد

الاسم Read Medium for free Read Medium for free
ID fkbjjjnjofeenflcinnhhnoniohnjepm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm
الوصف Read Medium stories without leaving the page if you reached to free reading limit
حجم الملف 30.5 KB
عدد التثبيتات 80
النسخة الحالية 1.0
آخر تحديث 2021-03-30
تاريخ النشر 2021-03-30
المطور pavel.maskevich
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/maskalek/read-medium-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Medium for free",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Read Medium stories without leaving the page if you reached to free reading limit",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": []
}