Read Medium for free
Read Medium stories without leaving the page if you reached to free reading limit
Read Medium for free là gì?
Read Medium for free là một tiện ích mở rộng Chrome được phát triển bởi pavel.maskevich, và tính năng chính của nó là "Read Medium stories without leaving the page if you reached to free reading limit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Read Medium for free
Tải xuống các tệp mở rộng Read Medium for free dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkbjjjnjofeenflcinnhhnoniohnjepm |
URL Chính Thức | https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm |
Mô tả | Read Medium stories without leaving the page if you reached to free reading limit |
Kích Thước Tệp | 30.5 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-03-30 |
Ngày Phát Hành | 2021-03-30 |
Nhà Phát Triển | pavel.maskevich |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/maskalek/read-medium-extension |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |