Unlimited Medium

A browser extension that allows you to enjoy unlimited medium articles with just a click !

ما هو Unlimited Medium؟

Unlimited Medium هو إضافة Chrome تم تطويرها بواسطة issammani، والميزة الرئيسية لها هي "A browser extension that allows you to enjoy unlimited medium articles with just a click !".

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

screenshot

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

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

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

                        NOTE: UNLIMITED MEDIUM HAS RECENTLY UNDERGONE A HUGE UPDATE. 
If you have encountred issues before, you should give it a second try now. Many problems were solved and the extension now supports self hosted blogs !

Are you tired of seeing this message "You have reached your monthly limit" ? Then this is the perfect extension for you.

It's as easy as 123 :
- Read
- Reach the monthly limit
- Click the icon
- Repeat

Ta-da 🎉 you just got 3 new articles !

For more checkout the project repo                    

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

الاسم Unlimited Medium Unlimited Medium
ID medpfcealkejgpagldhgadbfaejjacaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/unlimited-medium/medpfcealkejgpagldhgadbfaejjacaa
الوصف A browser extension that allows you to enjoy unlimited medium articles with just a click !
حجم الملف 41.22 KB
عدد التثبيتات 20,000
النسخة الحالية 2.0.0
آخر تحديث 2022-03-06
تاريخ النشر 2020-06-28
تقييم 2.68/5 مجموع تقييمات 85
المطور issammani
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/issammani/unlimited-medium
عنوان صفحة المساعدة https://github.com/issammani/unlimited-medium
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unlimited Medium",
    "version": "2.0.0",
    "description": "A browser extension that allows you to enjoy unlimited medium articles with just a click !",
    "permissions": [
        "",
        "tabs",
        "cookies",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/unlimited-medium-16.png",
            "32": "assets\/unlimited-medium-32.png",
            "48": "assets\/unlimited-medium-48.png",
            "128": "assets\/unlimited-medium-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/unlimited-medium-16.png",
        "32": "assets\/unlimited-medium-32.png",
        "48": "assets\/unlimited-medium-48.png",
        "128": "assets\/unlimited-medium-128.png"
    },
    "web_accessible_resources": [],
    "manifest_version": 2
}