Strip Nag Screen

This extension strips nag screen material and shows underlying HTML.

Was ist Strip Nag Screen?

Strip Nag Screen ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension strips nag screen material and shows underlying HTML.".

Erweiterungsscreenshots

screenshot

Strip Nag Screen-Erweiterungs-CRX-Datei herunterladen

Laden Sie Strip Nag Screen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Strip Nag Screen Strip Nag Screen
ID jdmalipmbhihnphnibfigghoikeeifhc
Offizielle URL https://chromewebstore.google.com/detail/strip-nag-screen/jdmalipmbhihnphnibfigghoikeeifhc
Beschreibung This extension strips nag screen material and shows underlying HTML.
Dateigröße 6.82 KB
Installationsanzahl 530
Aktuelle Version 1.0
Letztes Update 2016-10-22
Veröffentlichungsdatum 2016-10-22
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/jj30/StripNags
Unterstützte Sprachen 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\/"
    ]
}