NZH - Remove Premium
Remove premium restrictions
什么是NZH - Remove Premium?
NZH - Remove Premium是由johndoe20190506开发的Chrome扩展程序,该扩展的主要功能是“Remove premium restrictions”。
扩展截图
下载NZH - Remove Premium扩展crx文件
下载NZH - Remove Premium扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Remove Premium Content Restriction 2019-05-20 0.1.5 - evaluated child elements. 2019-05-10 0.1.4 - evaluated elements better. 2019-05-10 0.1.3 - updated premium class name.
扩展基本信息
名称 | NZH - Remove Premium |
ID | bokmaogmcienfcapkloaihalnpacjfjd |
官方URL | https://chromewebstore.google.com/detail/nzh-remove-premium/bokmaogmcienfcapkloaihalnpacjfjd |
简介 | Remove premium restrictions |
文件大小 | 3.27 KB |
安装次数 | 20 |
当前版本 | 0.1.5 |
更新时间 | 2019-05-19 |
上架时间 | 2019-05-19 |
开发者 | johndoe20190506 |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NZH - Remove Premium", "version": "0.1.5", "description": "Remove premium restrictions", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.nzherald.co.nz\/*" ] } ] } |