Strip Nag Screen
This extension strips nag screen material and shows underlying HTML.
Co je Strip Nag Screen?
Strip Nag Screen je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension strips nag screen material and shows underlying HTML.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Strip Nag Screen
Stáhněte si soubory rozšíření Strip Nag Screen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Strip Nag Screen |
ID | jdmalipmbhihnphnibfigghoikeeifhc |
Oficiální URL | https://chromewebstore.google.com/detail/strip-nag-screen/jdmalipmbhihnphnibfigghoikeeifhc |
Popis | This extension strips nag screen material and shows underlying HTML. |
Velikost souboru | 6.82 KB |
Počet instalací | 530 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-10-22 |
Datum Vydání | 2016-10-22 |
Hodnocení | 4.25/5 Celkem 4 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jj30/StripNags |
Podporované Jazyky | 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\/" ] } |