Medium for All

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

Co to jest Medium for All?

Medium for All to rozszerzenie Chrome opracowane przez Himanshu Yadav, a jego główną funkcją jest „Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Medium for All

Pobierz pliki rozszerzeń Medium for All w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Medium for All Medium for All
ID iiakpffjljhppecmbiklaokmnbacpooa
Oficjalny URL https://chromewebstore.google.com/detail/medium-for-all/iiakpffjljhppecmbiklaokmnbacpooa
Opis Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.
Rozmiar pliku 10.08 KB
Liczba instalacji 2,649
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-03-17
Data Publikacji 2022-03-17
Ocena 1.94/5 Łącznie 17 Oceny
Deweloper Himanshu Yadav
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}