Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
What is Medium : Premium Version for free!?
Medium : Premium Version for free! is a Chrome extension developed by nutandevjoshi, and its main feature is "It gives you free access to all the premium articles!! 😎".
Extension Screenshots
Download Medium : Premium Version for free! Extension CRX File
Download Medium : Premium Version for free! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
Official URL | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
Description | It gives you free access to all the premium articles!! 😎 |
File Size | 188 KB |
Installation Count | 822 |
Current Version | 1.0 |
Last Updated | 2020-02-16 |
Publish Date | 2020-02-16 |
Rating | 2.00/5 Total 8 Ratings |
Developer | nutandevjoshi |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |