Strip Nag Screen

This extension strips nag screen material and shows underlying HTML.

Qu'est-ce que Strip Nag Screen ?

Strip Nag Screen est une extension Chrome développée par Unknown, et sa fonction principale est "This extension strips nag screen material and shows underlying HTML.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Strip Nag Screen

Téléchargez les fichiers d'extension Strip Nag Screen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Strip Nag Screen Strip Nag Screen
ID jdmalipmbhihnphnibfigghoikeeifhc
URL Officiel https://chromewebstore.google.com/detail/strip-nag-screen/jdmalipmbhihnphnibfigghoikeeifhc
Description This extension strips nag screen material and shows underlying HTML.
Taille du Fichier 6.82 KB
Nombre d'Installations 530
Version Actuelle 1.0
Dernière Mise à Jour 2016-10-22
Date de Publication 2016-10-22
Évaluation 4.25/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/jj30/StripNags
Langues Prises en Charge 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\/"
    ]
}