Medium Premium

It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.

Medium Premium là gì?

Medium Premium là một tiện ích mở rộng Chrome được phát triển bởi Arun Kumar Dave, và tính năng chính của nó là "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

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

screenshot

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

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

                        A simple chrome extension that loads Premium content of Medium blog of the current tab                    

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

Tên Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
URL Chính Thức https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
Mô tả It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
Kích Thước Tệp 13.21 KB
Số Lần Cài Đặt 614
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-03
Ngày Phát Hành 2023-04-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Arun Kumar Dave
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",
    "manifest_version": 3,
    "name": "Medium Premium",
    "version": "1.0",
    "description": "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.",
    "permissions": [
        "activeTab",
        "incognito",
        "tabs",
        "scripting",
        "https:\/\/*.medium.com\/*"
    ],
    "action": {
        "default_title": "Medium Premium",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}