PP Interrupter Lite

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

What is PP Interrupter Lite?

PP Interrupter Lite is a Chrome extension developed by https://jrf.cocolog-nifty.com, and its main feature is "Interrupts web-navigation to specified urls in order to Protect Privacy.".

Extension Screenshots

screenshot

Download PP Interrupter Lite Extension CRX File

Download PP Interrupter Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PP Interrupter Lite PP Interrupter Lite
ID denkjiefdjoneofcnkebcjcobpedbncj
Official URL https://chromewebstore.google.com/detail/pp-interrupter-lite/denkjiefdjoneofcnkebcjcobpedbncj
Description Interrupts web-navigation to specified urls in order to Protect Privacy.
File Size 15.36 KB
Installation Count 18
Current Version 0.3
Last Updated 2020-11-03
Publish Date 2020-06-01
Developer https://jrf.cocolog-nifty.com
Email [email protected]
Payment Type free
Extension Website http://jrf.cocolog-nifty.com/mylib/pp-interrupter-README_en.html
Help Page URL http://jrf.cocolog-nifty.com/software/2017/12/post-1.html
Supported Languages 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"
    }
}