Medium for All

Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.

Medium for All là gì?

Medium for All là một tiện ích mở rộng Chrome được phát triển bởi Himanshu Yadav, và tính năng chính của nó là "Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Medium for All

Tải xuống các tệp mở rộng Medium for All 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

                        Read unlimited premium articles from any medium.com associated website including towardsdatascience.com, uxdesign.cc and many more.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Medium for All Medium for All
ID iiakpffjljhppecmbiklaokmnbacpooa
URL Chính Thức https://chromewebstore.google.com/detail/medium-for-all/iiakpffjljhppecmbiklaokmnbacpooa
Mô tả Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.
Kích Thước Tệp 10.08 KB
Số Lần Cài Đặt 2,649
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-03-17
Ngày Phát Hành 2022-03-17
Đánh Giá 1.94/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Himanshu Yadav
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium for All",
    "version": "1.0.0",
    "description": "Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.",
    "manifest_version": 3,
    "author": "Himanshu Yadav",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "scripting",
        "webRequest"
    ]
}