Read Medium for free

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

Vad är Read Medium for free?

Read Medium for free är en Chrome-tillägg utvecklad av pavel.maskevich, och dess huvudfunktion är "Read Medium stories without leaving the page if you reached to free reading limit".

Tilläggsskärmbilder

screenshot

Ladda ner Read Medium for free-förlängningens CRX-fil

Ladda ner Read Medium for free-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Read Medium for free Read Medium for free
ID fkbjjjnjofeenflcinnhhnoniohnjepm
Officiell webbadress https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm
Beskrivning Read Medium stories without leaving the page if you reached to free reading limit
Filstorlek 30.5 KB
Antal Installationer 80
Aktuell Version 1.0
Senast Uppdaterad 2021-03-30
Publiceringsdatum 2021-03-30
Utvecklare pavel.maskevich
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/maskalek/read-medium-extension
Stödda Språk 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": []
}