Strip Nag Screen

This extension strips nag screen material and shows underlying HTML.

Cos'è Strip Nag Screen?

Strip Nag Screen è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension strips nag screen material and shows underlying HTML.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Strip Nag Screen

Scarica i file di estensione Strip Nag Screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Strip Nag Screen Strip Nag Screen
ID jdmalipmbhihnphnibfigghoikeeifhc
URL Ufficiale https://chromewebstore.google.com/detail/strip-nag-screen/jdmalipmbhihnphnibfigghoikeeifhc
Descrizione This extension strips nag screen material and shows underlying HTML.
Dimensione del File 6.82 KB
Conteggio Installazioni 530
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-22
Data di Pubblicazione 2016-10-22
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jj30/StripNags
Lingue Supportate 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\/"
    ]
}