PP Interrupter Lite

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

O que é PP Interrupter Lite?

PP Interrupter Lite é uma extensão do Chrome desenvolvida por https://jrf.cocolog-nifty.com, e sua principal característica é "Interrupts web-navigation to specified urls in order to Protect Privacy.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PP Interrupter Lite

Baixe arquivos de extensão PP Interrupter Lite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome PP Interrupter Lite PP Interrupter Lite
ID denkjiefdjoneofcnkebcjcobpedbncj
URL Oficial https://chromewebstore.google.com/detail/pp-interrupter-lite/denkjiefdjoneofcnkebcjcobpedbncj
Descrição Interrupts web-navigation to specified urls in order to Protect Privacy.
Tamanho do Arquivo 15.36 KB
Contagem de Instalações 18
Versão Atual 0.3
Última Atualização 2020-11-03
Data de Publicação 2020-06-01
Desenvolvedor https://jrf.cocolog-nifty.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://jrf.cocolog-nifty.com/mylib/pp-interrupter-README_en.html
URL da Página de Ajuda http://jrf.cocolog-nifty.com/software/2017/12/post-1.html
Idiomas Suportados 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"
    }
}