Medium Premium

It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.

ما هو Medium Premium؟

Medium Premium هو إضافة Chrome تم تطويرها بواسطة Arun Kumar Dave، والميزة الرئيسية لها هي "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

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

screenshot

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

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

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

                        A simple chrome extension that loads Premium content of Medium blog of the current tab                    

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

الاسم Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
عنوان URL الرسمي https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
الوصف It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
حجم الملف 13.21 KB
عدد التثبيتات 614
النسخة الحالية 1.0
آخر تحديث 2023-04-03
تاريخ النشر 2023-04-02
تقييم 3.00/5 مجموع تقييمات 2
المطور Arun Kumar Dave
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Premium",
    "version": "1.0",
    "description": "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.",
    "permissions": [
        "activeTab",
        "incognito",
        "tabs",
        "scripting",
        "https:\/\/*.medium.com\/*"
    ],
    "action": {
        "default_title": "Medium Premium",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}