PP Interrupter Lite

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

PP Interrupter Lite란 무엇입니까?

PP Interrupter Lite은(는) https://jrf.cocolog-nifty.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Interrupts web-navigation to specified urls in order to Protect Privacy."입니다.

확장 프로그램 스크린샷

screenshot

PP Interrupter Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 のものしかブロックできない。                    

확장 프로그램 기본 정보

이름 PP Interrupter Lite PP Interrupter Lite
ID denkjiefdjoneofcnkebcjcobpedbncj
공식 URL https://chromewebstore.google.com/detail/pp-interrupter-lite/denkjiefdjoneofcnkebcjcobpedbncj
설명 Interrupts web-navigation to specified urls in order to Protect Privacy.
파일 크기 15.36 KB
설치 횟수 18
현재 버전 0.3
최근 업데이트 2020-11-03
출시 날짜 2020-06-01
개발자 https://jrf.cocolog-nifty.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://jrf.cocolog-nifty.com/mylib/pp-interrupter-README_en.html
도움말 페이지 URL http://jrf.cocolog-nifty.com/software/2017/12/post-1.html
지원되는 언어 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"
    }
}