Premify
Access premium content on websites with paywalls
什么是Premify?
Premify是由marcusgustaafklein开发的Chrome扩展程序,该扩展的主要功能是“Access premium content on websites with paywalls”。
扩展截图
下载Premify扩展crx文件
下载Premify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Access content behind paywalls on some sites.
扩展基本信息
名称 | Premify |
ID | bmfgjoiehbbfhcjjhlfbnjconnnkbpjj |
官方URL | https://chromewebstore.google.com/detail/premify/bmfgjoiehbbfhcjjhlfbnjconnnkbpjj |
简介 | Access premium content on websites with paywalls |
文件大小 | 3.16 KB |
安装次数 | 114 |
当前版本 | 0.1.1 |
更新时间 | 2019-05-09 |
上架时间 | 2019-05-08 |
评分 | 1.00/5 共1次评分 |
开发者 | marcusgustaafklein |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.1", "name": "Premify", "description": "Access premium content on websites with paywalls", "content_scripts": [ { "matches": [ "https:\/\/www.nzherald.co.nz\/*" ], "js": [ "content.js" ] } ] } |