Medium : Premium Version for free!

It gives you free access to all the premium articles!! 😎

Cos'è Medium : Premium Version for free!?

Medium : Premium Version for free! è un'estensione di Chrome sviluppata da nutandevjoshi, e la sua funzione principale è "It gives you free access to all the premium articles!! 😎".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Medium : Premium Version for free!

Scarica i file di estensione Medium : Premium Version for free! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        It gives you free access to all the premium articles!! 😎

The one  and only extension only which gives you free access to all the premium articles! If you can afford paid medium, dont install 😅 :) !! 
Just kidding!!

It works 100% for all the articles on medium.                    

Informazioni di Base sull'Estensione

Nome Medium : Premium Version for free! Medium : Premium Version for free!
ID emnnfdphohebiolehihekkiecpkmfiei
URL Ufficiale https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei
Descrizione It gives you free access to all the premium articles!! 😎
Dimensione del File 188 KB
Conteggio Installazioni 822
Versione Corrente 1.0
Ultimo Aggiornamento 2020-02-16
Data di Pubblicazione 2020-02-16
Valutazione 2.00/5 Totale 8 Valutazioni
Sviluppatore nutandevjoshi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium : Premium Version for free!",
    "version": "1.0",
    "description": "It gives you free access to all the premium articles!! \ud83d\ude0e",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons8-medium-monogram-16.png",
            "32": "images\/icons8-medium-monogram-32.png",
            "48": "images\/icons8-medium-monogram-48.png",
            "128": "images\/icons8-medium-monogram-128.png"
        }
    },
    "icons": {
        "16": "images\/icons8-medium-monogram-16.png",
        "32": "images\/icons8-medium-monogram-32.png",
        "48": "images\/icons8-medium-monogram-48.png",
        "128": "images\/icons8-medium-monogram-128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/medium.com\/*"
            ],
            "js": [
                "contentscript.js",
                "popupcode.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popupcode.js"
    ]
}