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 ที่พัฒนาโดย pavel.maskevich และคุณลักษณะหลักของมันคือ "Read Medium stories without leaving the page if you reached to free reading limit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Medium for free
ดาวน์โหลดไฟล์ส่วนขยาย Read Medium for free ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fkbjjjnjofeenflcinnhhnoniohnjepm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm |
คำอธิบาย | Read Medium stories without leaving the page if you reached to free reading limit |
ขนาดไฟล์ | 30.5 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-03-30 |
วันที่เผยแพร่ | 2021-03-30 |
ผู้พัฒนา | pavel.maskevich |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/maskalek/read-medium-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Medium for free", "version": "1.0", "manifest_version": 2, "description": "Read Medium stories without leaving the page if you reached to free reading limit", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "permissions": [ "activeTab" ], "browser_action": [] } |