Strip Nag Screen
This extension strips nag screen material and shows underlying HTML.
O que é Strip Nag Screen?
Strip Nag Screen é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension strips nag screen material and shows underlying HTML.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Strip Nag Screen
Baixe arquivos de extensão Strip Nag Screen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Strip Nag Screen |
ID | jdmalipmbhihnphnibfigghoikeeifhc |
URL Oficial | https://chromewebstore.google.com/detail/strip-nag-screen/jdmalipmbhihnphnibfigghoikeeifhc |
Descrição | This extension strips nag screen material and shows underlying HTML. |
Tamanho do Arquivo | 6.82 KB |
Contagem de Instalações | 530 |
Versão Atual | 1.0 |
Última Atualização | 2016-10-22 |
Data de Publicação | 2016-10-22 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jj30/StripNags |
Idiomas Suportados | 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\/" ] } |