Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
什么是Medium : Premium Version for free!?
Medium : Premium Version for free!是由nutandevjoshi开发的Chrome扩展程序,该扩展的主要功能是“It gives you free access to all the premium articles!! 😎”。
扩展截图
下载Medium : Premium Version for free!扩展crx文件
下载Medium : Premium Version for free!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
官方URL | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
简介 | It gives you free access to all the premium articles!! 😎 |
文件大小 | 188 KB |
安装次数 | 822 |
当前版本 | 1.0 |
更新时间 | 2020-02-16 |
上架时间 | 2020-02-16 |
评分 | 2.00/5 共8次评分 |
开发者 | nutandevjoshi |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |