Read Medium for free

Read Medium stories without leaving the page if you reached to free reading limit

Co to jest Read Medium for free?

Read Medium for free to rozszerzenie Chrome opracowane przez pavel.maskevich, a jego główną funkcją jest „Read Medium stories without leaving the page if you reached to free reading limit”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Read Medium for free

Pobierz pliki rozszerzeń Read Medium for free 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

                        This extension only fetches Medium article without cookies and replace page content, like the opening article in incognito mode. The extension is run only when you have reached to free reading limit and does not make any request outside of Medium.                    

Podstawowe informacje o rozszerzeniu

Nazwa Read Medium for free Read Medium for free
ID fkbjjjnjofeenflcinnhhnoniohnjepm
Oficjalny URL https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm
Opis Read Medium stories without leaving the page if you reached to free reading limit
Rozmiar pliku 30.5 KB
Liczba instalacji 80
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-03-30
Data Publikacji 2021-03-30
Deweloper pavel.maskevich
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/maskalek/read-medium-extension
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Medium for free",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Read Medium stories without leaving the page if you reached to free reading limit",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": []
}