Medium for All

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

Hvad er Medium for All?

Medium for All er en Chrome-udvidelse udviklet af Himanshu Yadav, og dens hovedfunktion er "Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Medium for All-udvidelses-CRX-fil

Download Medium for All-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Medium for All Medium for All
ID iiakpffjljhppecmbiklaokmnbacpooa
Officiel URL https://chromewebstore.google.com/detail/medium-for-all/iiakpffjljhppecmbiklaokmnbacpooa
Beskrivelse Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.
Filstørrelse 10.08 KB
Antal Installationer 2,649
Nuværende Version 1.0.0
Senest Opdateret 2022-03-17
Udgivelsesdato 2022-03-17
Bedømmelse 1.94/5 Samlet 17 Bedømmelser
Udvikler Himanshu Yadav
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}