Strip Nag Screen
This extension strips nag screen material and shows underlying HTML.
Strip Nag Screen란 무엇입니까?
Strip Nag Screen은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension strips nag screen material and shows underlying HTML."입니다.
확장 프로그램 스크린샷
Strip Nag Screen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/" ] } |