Strip Nag Screen

This extension strips nag screen material and shows underlying HTML.

Strip Nag Screen क्या है?

Strip Nag Screen Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension strips nag screen material and shows underlying HTML."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Strip Nag Screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}