Medium : Premium Version for free!

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

Wat is Medium : Premium Version for free!?

Medium : Premium Version for free! is een Chrome-extensie ontwikkeld door nutandevjoshi, en de belangrijkste functie is "It gives you free access to all the premium articles!! 😎".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Medium : Premium Version for free!

Download Medium : Premium Version for free!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Medium : Premium Version for free! Medium : Premium Version for free!
ID emnnfdphohebiolehihekkiecpkmfiei
Officiële URL https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei
Beschrijving It gives you free access to all the premium articles!! 😎
Bestandsgrootte 188 KB
Aantal Installaties 822
Huidige Versie 1.0
Laatst Bijgewerkt 2020-02-16
Publicatiedatum 2020-02-16
Beoordeling 2.00/5 Totaal 8 Beoordelingen
Ontwikkelaar nutandevjoshi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}