Read Unlimited Medium Stories

This extension add another 2 free member-only stories for you on the medium.

ما هو Read Unlimited Medium Stories؟

Read Unlimited Medium Stories هو إضافة Chrome تم تطويرها بواسطة vinothkumarsubbu، والميزة الرئيسية لها هي "This extension add another 2 free member-only stories for you on the medium.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Read Unlimited Medium Stories

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

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

                        This extension help to overcome the restrictions of medium to read the two stories a month. If you run out of stories just click on the extension it would add another 2 stories to your account. One more good news is this extension doesn't capture any userinformation.                    

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

الاسم Read Unlimited Medium Stories Read Unlimited Medium Stories
ID ldodiabfohccnhckofomohlceamjlkpl
عنوان URL الرسمي https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl
الوصف This extension add another 2 free member-only stories for you on the medium.
حجم الملف 21.49 KB
عدد التثبيتات 358
النسخة الحالية 1.0
آخر تحديث 2021-08-27
تاريخ النشر 2021-08-27
المطور vinothkumarsubbu
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Unlimited Medium Stories",
    "version": "1.0",
    "description": "This extension add another 2 free member-only stories for you on the medium.",
    "permissions": [
        "cookies",
        "http:\/\/medium.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/.medium.com\/"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}