Strip Nag Screen

This extension strips nag screen material and shows underlying HTML.

什么是Strip Nag Screen?

Strip Nag Screen是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension strips nag screen material and shows underlying HTML.”。

扩展截图

screenshot

下载Strip Nag Screen扩展crx文件

下载Strip Nag Screen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This shows stripped code (stripped of SCRIPT and NOSCRIPT blocks) in order to bypass Nag Screens. 'Log in', 'Sign up', "You've reached your limit of free articles', ... GAHHH!

I got the idea from a reddit user, but actually coded and uploaded it today because I need a bunch of stuff from a web site that wanted access to my Google contacts in order to sign up via Google. My contacts would not appreciate this.

It comes with no warranties, guarantees, or promises of merchantibility ... No promises other than that it will strip HTML of the SCRIPT and NOSCRIPT blocks and display it in a small square.

It also works when they ask you to turn off addblocker.                    

扩展基本信息

名称 Strip Nag Screen Strip Nag Screen
ID jdmalipmbhihnphnibfigghoikeeifhc
官方URL https://chromewebstore.google.com/detail/strip-nag-screen/jdmalipmbhihnphnibfigghoikeeifhc
简介 This extension strips nag screen material and shows underlying HTML.
文件大小 6.82 KB
安装次数 530
当前版本 1.0
更新时间 2016-10-22
上架时间 2016-10-22
评分 4.25/5 共4次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/jj30/StripNags
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strip Nag Screen",
    "description": "This extension strips nag screen material and shows underlying HTML.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}