PP Interrupter Lite

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

Wat is PP Interrupter Lite?

PP Interrupter Lite is een Chrome-extensie ontwikkeld door https://jrf.cocolog-nifty.com, en de belangrijkste functie is "Interrupts web-navigation to specified urls in order to Protect Privacy.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PP Interrupter Lite

Download PP Interrupter Lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PP Interrupter Lite PP Interrupter Lite
ID denkjiefdjoneofcnkebcjcobpedbncj
Officiële URL https://chromewebstore.google.com/detail/pp-interrupter-lite/denkjiefdjoneofcnkebcjcobpedbncj
Beschrijving Interrupts web-navigation to specified urls in order to Protect Privacy.
Bestandsgrootte 15.36 KB
Aantal Installaties 18
Huidige Versie 0.3
Laatst Bijgewerkt 2020-11-03
Publicatiedatum 2020-06-01
Ontwikkelaar https://jrf.cocolog-nifty.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://jrf.cocolog-nifty.com/mylib/pp-interrupter-README_en.html
Help Pagina-URL http://jrf.cocolog-nifty.com/software/2017/12/post-1.html
Ondersteunde Talen 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"
    }
}