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