Pitch Black - Hide Browser Content

Hide browser content when the mouse is navigated away

O que é Pitch Black - Hide Browser Content?

Pitch Black - Hide Browser Content é uma extensão do Chrome desenvolvida por https://trafikant.pro, e sua principal característica é "Hide browser content when the mouse is navigated away".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pitch Black - Hide Browser Content

Baixe arquivos de extensão Pitch Black - Hide Browser Content 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

                        Hide any Chrome window content when mouse navigates away. Perfect for multi-screen users who wish to secure their open and unused Chrome windows while working on others.
Important: After the installation, click the extension icon, activate it and choose your darkness level.                    

Informações Básicas da Extensão

Nome Pitch Black - Hide Browser Content Pitch Black - Hide Browser Content
ID hkghdpialafoejaglhifhlahialablmb
URL Oficial https://chromewebstore.google.com/detail/pitch-black-hide-browser/hkghdpialafoejaglhifhlahialablmb
Descrição Hide browser content when the mouse is navigated away
Tamanho do Arquivo 87.94 KB
Contagem de Instalações 260
Versão Atual 1.4
Última Atualização 2022-11-10
Data de Publicação 2020-08-03
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://trafikant.pro
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://trafikant.pro/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pitch Black - Hide Browser Content",
    "version": "1.4",
    "description": "Hide browser content when the mouse is navigated away",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "constant.js",
                "content-scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_title": "Darken page on unfocus",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "manifest_version": 2
}