Medium : Premium Version for free!

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

Co je Medium : Premium Version for free!?

Medium : Premium Version for free! je rozšíření Chrome vyvinuté nutandevjoshi, a jeho hlavní funkcí je „It gives you free access to all the premium articles!! 😎“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Medium : Premium Version for free!

Stáhněte si soubory rozšíření Medium : Premium Version for free! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Medium : Premium Version for free! Medium : Premium Version for free!
ID emnnfdphohebiolehihekkiecpkmfiei
Oficiální URL https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei
Popis It gives you free access to all the premium articles!! 😎
Velikost souboru 188 KB
Počet instalací 822
Aktuální Verze 1.0
Poslední Aktualizace 2020-02-16
Datum Vydání 2020-02-16
Hodnocení 2.00/5 Celkem 8 Hodnocení
Vývojář nutandevjoshi
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}