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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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
}