PP Interrupter Lite

Interrupts web-navigation to specified urls in order to Protect Privacy.

PP Interrupter Lite là gì?

PP Interrupter Lite là một tiện ích mở rộng Chrome được phát triển bởi https://jrf.cocolog-nifty.com, và tính năng chính của nó là "Interrupts web-navigation to specified urls in order to Protect Privacy.".

Ả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 PP Interrupter Lite

Tải xuống các tệp mở rộng PP Interrupter Lite 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 add-on is a general purpose add-on that temporarily blocks access to specified URLs and releases the block by clicking the icon in the tool bar. You can habituate yourself to stop once before automatic redirection. Unlike other blockers, this add-on is intended to block healthy sites, not malicious sites.

The sites that we always use may suddenly attempt to steal data about an authentication provider with malice. They might try to look at our privacy...

What we really want to do is to prohibit automatic redirection to malicious sites. However, it is difficult to judge whether it leads to a malicious site. Therefore, with the idea of reversal, we habituate ourselves to temporarily block access to a healthy site (authentication provider) which is easy to judge, so that by not having a block which we must have it is detected to be guided by a fraudulent site. 

The PP Interrupter Lite can be used for such purpose.

If a healthy site prohibits automatic redirection in the future, it is the turn of the PP Authorizer, a sister item of this add-on.

The PP Interrupter Lite is a function-restricted version of the PP Interrupter (Original) on the Firefox.

The PP Interrupter (Original) can block all methods such as "GET" or "POST" of web requests, but the PP Interrupter Lite can only block "GET" method.


このアドオンは、特定の URL へのアクセスを一旦ブロックし、ツールバーに表示されるアイコンのクリックによってそのブロックを解除するという汎用のアドオンである。このアドオンにより、自動的なリダイレクトの前に一旦ストップする習慣を作ることができる。このアドオンは、他のブロッカーと違い、悪意のあるサイトではなく、健全なサイトをブロックすることを目的とする。

いつも使っているサイトが突然、悪意を持って認証局の情報を盗もうとするかもしれない。プライバシーを盗み見ようとするかもしれない…。

本当にやりたいのは、悪意のあるサイトへの自動的なリダイレクトを禁止することである。しかし、悪意のあるサイトへ導かれるかどうかは判定が難しい。そこで、逆転の発想で、判定が容易な健全なサイト(認証局)へのアクセスを一旦ブロックすることを習慣化し、ブロックがあるはずなのにないことによって、詐欺サイトに導かれたことを検知するようにするのだ。

PP Interrupter Lite はそのような目的で使うことができる。

もし、将来、健全なサイトが自動的なリダイレクトを禁じるようになったときは、このアドオンの姉妹品である PP Authorizer の出番である。

なお、PP Interrupter Lite は Firefox 用 PP Interrupter (Original) の機能制限版である。

PP Interrupter (Original) は Web リクエストの GET や POST などすべての method をブロックできるのに対し、PP Interrupter Lite は method が GET のものしかブロックできない。                    

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

Tên PP Interrupter Lite PP Interrupter Lite
ID denkjiefdjoneofcnkebcjcobpedbncj
URL Chính Thức https://chromewebstore.google.com/detail/pp-interrupter-lite/denkjiefdjoneofcnkebcjcobpedbncj
Mô tả Interrupts web-navigation to specified urls in order to Protect Privacy.
Kích Thước Tệp 15.36 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-11-03
Ngày Phát Hành 2020-06-01
Nhà Phát Triển https://jrf.cocolog-nifty.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://jrf.cocolog-nifty.com/mylib/pp-interrupter-README_en.html
URL Trang Trợ Giúp http://jrf.cocolog-nifty.com/software/2017/12/post-1.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PP Interrupter Lite",
    "version": "0.3",
    "description": "Interrupts web-navigation to specified urls in order to Protect Privacy.",
    "icons": {
        "48": "icons\/pp-red_48.png"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "consts_for_chrome.js",
            "consts.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "page_action": {
        "browser_style": true,
        "default_icon": "icons\/pp-red_32.png",
        "default_title": "PP Interrupter Lite"
    }
}