Medium Free Premium Bypass Extension (Nodium)

A Free Medium Premium Extension made by MoxoAI & using Medium presents Moxo & Medium+ to extend Medium's services

Medium Free Premium Bypass Extension (Nodium)คืออะไร?

Medium Free Premium Bypass Extension (Nodium) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moxo และคุณลักษณะหลักของมันคือ "A Free Medium Premium Extension made by MoxoAI & using Medium presents Moxo & Medium+ to extend Medium's services"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Medium Free Premium Bypass Extension (Nodium)

ดาวน์โหลดไฟล์ส่วนขยาย Medium Free Premium Bypass Extension (Nodium) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        # Medium Paywall Bypass Extension

The MoxoAI & Medium Paywall Bypass Extension is a powerful browser extension designed to enhance your reading experience on Medium by providing you with unrestricted, free access to premium articles. This extension empowers you to read Medium articles without any paywall restrictions, making valuable content more accessible to everyone.

++ Updates
 - 3.6.2 : This is the beta mode so please bare the horrible UI, we are moving away from the old API approach that relied on a third party service and we will be adding our own data to our own UI. Thanks again 🎉 .


## Features

- **Seamless Paywall Bypass**: The extension automatically detects when you've encountered a Medium paywall and instantly bypasses it, providing you with full access to the article content.

- **Effortless Reading**: Enjoy uninterrupted reading without the distraction of subscription prompts or paywall barriers.

- **User-Friendly Interface**: Our extension is designed with ease of use in mind, ensuring a smooth and intuitive experience for all users.

- **Wide Compatibility**: It's compatible with most major web browsers, ensuring accessibility for a broad range of users.

- **Timely Updates**: We continuously update our extension to adapt to any changes in Medium's paywall systems, ensuring consistent access to your favorite articles.

- **Privacy and Security**: Your personal information is always protected; we do not collect any of your data. Our focus is solely on enhancing your reading experience.

Experience Medium like never before with the Medium Paywall Bypass Extension. Gain unlimited access to premium articles, enrich your reading experience, and explore a world of knowledge without limitations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Medium Free Premium Bypass Extension (Nodium) Medium Free Premium Bypass Extension (Nodium)
ID hodeadlnpkejccdpdcaaockiieakemgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/medium-free-premium-bypas/hodeadlnpkejccdpdcaaockiieakemgg
คำอธิบาย A Free Medium Premium Extension made by MoxoAI & using Medium presents Moxo & Medium+ to extend Medium's services
ขนาดไฟล์ 19.23 KB
จำนวนการติดตั้ง 3,433
เวอร์ชันปัจจุบัน 3.6.2
อัปเดตครั้งล่าสุด 2023-11-27
วันที่เผยแพร่ 2023-08-31
คะแนน 2.31/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา Moxo
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://privacy.moxoai.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Free Premium Bypass Extension (Nodium)",
    "description": "A Free Medium Premium Extension made by MoxoAI & using Medium presents Moxo & Medium+ to extend Medium's services",
    "version": "3.6.2",
    "icons": {
        "128": "logo\/logo-128.png"
    },
    "action": {
        "default_title": "Chrome Addon v3 Starter",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "background",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/moxoai.com\/*",
        "*:\/\/*.medium.com\/*",
        "https:\/\/accounts.moxoai.com\/*",
        "https:\/\/webcache.googleusercontent.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "*:\/\/*.medium.com\/*"
            ]
        }
    ]
}