Read Medium for free

Read Medium stories without leaving the page if you reached to free reading limit.

Read Medium for freeคืออะไร?

Read Medium for free เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mesut Tasci และคุณลักษณะหลักของมันคือ "Read Medium stories without leaving the page if you reached to free reading limit."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Medium for free

ดาวน์โหลดไฟล์ส่วนขยาย Read Medium for free ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        NOT WORKING ANYMORE. I AM GOING TO IMPLEMENT ANOTHER SOLUTION

------------------------

This extension only fetches Medium article without cookies and replace page content, like the opening article in incognito mode.

The extension is run only when you have reached to free reading limit and does not make any request outside of Medium.

Extension source code:
https://github.com/mesuutt/read-medium-extension                    

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

ชื่อ Read Medium for free Read Medium for free
ID feckflmdfioohghkgojnilnlaelfgffl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/read-medium-for-free/feckflmdfioohghkgojnilnlaelfgffl
คำอธิบาย Read Medium stories without leaving the page if you reached to free reading limit.
ขนาดไฟล์ 30.53 KB
จำนวนการติดตั้ง 9,081
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2021-09-08
วันที่เผยแพร่ 2020-09-20
คะแนน 3.33/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา Mesut Tasci
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mesuutt/read-medium-extension
URL หน้าช่วยเหลือ https://github.com/mesuutt/read-medium-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Medium for free",
    "description": "Read Medium stories without leaving the page if you reached to free reading limit.",
    "manifest_version": 2,
    "version": "2.4",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.medium.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    }
}