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文件
下載Strip Nag Screen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/" ] } |