Free Medium articles Chrome Plugin

Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.

Free Medium articles Chrome Plugin là gì?

Free Medium articles Chrome Plugin là một tiện ích mở rộng Chrome được phát triển bởi akhilchilumuru, và tính năng chính của nó là "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

Ả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 Free Medium articles Chrome Plugin

Tải xuống các tệp mở rộng Free Medium articles Chrome Plugin 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 plugin gives free access to articles from medium.com and towardsdatascience.com that are metered. In the background the plugin removes cookies from articles that are hosted on these domains.                    

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

Tên Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
URL Chính Thức https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Mô tả Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Kích Thước Tệp 7.73 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2022-02-25
Ngày Phát Hành 2022-02-25
Nhà Phát Triển akhilchilumuru
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": "Free Medium articles Chrome Plugin",
    "description": "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "\/cache_icon.png",
            "32": "\/cache_icon.png",
            "48": "\/cache_icon.png",
            "128": "\/cache_icon.png"
        }
    },
    "icons": {
        "16": "\/cache_icon.png",
        "32": "\/cache_icon.png",
        "48": "\/cache_icon.png",
        "128": "\/cache_icon.png"
    }
}