Free Medium articles Chrome Plugin

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

Apa itu Free Medium articles Chrome Plugin?

Free Medium articles Chrome Plugin adalah ekstensi Chrome yang dikembangkan oleh akhilchilumuru, dan fitur utamanya adalah "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Free Medium articles Chrome Plugin

Unduh file ekstensi Free Medium articles Chrome Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
URL Resmi https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Deskripsi Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Ukuran File 7.73 KB
Jumlah Instalasi 200
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2022-02-25
Tanggal Publikasi 2022-02-25
Pengembang akhilchilumuru
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}