Strip Nag Screen

This extension strips nag screen material and shows underlying HTML.

Strip Nag Screen là gì?

Strip Nag Screen là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension strips nag screen material and shows underlying HTML.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Strip Nag Screen

Tải xuống các tệp mở rộng Strip Nag Screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Strip Nag Screen Strip Nag Screen
ID jdmalipmbhihnphnibfigghoikeeifhc
URL Chính Thức https://chromewebstore.google.com/detail/strip-nag-screen/jdmalipmbhihnphnibfigghoikeeifhc
Mô tả This extension strips nag screen material and shows underlying HTML.
Kích Thước Tệp 6.82 KB
Số Lần Cài Đặt 530
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-10-22
Ngày Phát Hành 2016-10-22
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jj30/StripNags
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}