History Blocker by Site

prevents the logging of specified websites

O que é History Blocker by Site?

History Blocker by Site é uma extensão do Chrome desenvolvida por Frosation, e sua principal característica é "prevents the logging of specified websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão History Blocker by Site

Baixe arquivos de extensão History Blocker by Site 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

                        *coded by CZ*

Black lists specified websites from being logged into history.

- Supports wildcard (*) for domains
- Disregards www's and protocols (http, https, etc)
- Disregards path

Feel free to suggest any design, ui, or feature improvements
(fully aware the current icon looks abysmal)



__________________________________________

v1.2 - 18.08-2016:
-fixed logic: *.site.com now matches site.com

v1.1 - 17.08.2016: 
-added pointless copyright notice

v1.0 - 16.08.2016: 
-initial                    

Informações Básicas da Extensão

Nome History Blocker by Site History Blocker by Site
ID keamekimefemnbgegbfkdkmbomaahfai
URL Oficial https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai
Descrição prevents the logging of specified websites
Tamanho do Arquivo 22.96 KB
Contagem de Instalações 6,291
Versão Atual 1.2
Última Atualização 2017-10-02
Data de Publicação 2017-10-02
Classificação 2.75/5 Total de 68 Avaliações
Desenvolvedor Frosation
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Blocker by Site",
    "short_name": "History Blocker",
    "description": "prevents the logging of specified websites",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "background": {
        "scripts": [
            "backg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/filter16.png",
        "48": "img\/filter48.png",
        "128": "img\/filter128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/filter19.png",
            "39": "img\/filter38.png"
        },
        "default_title": "Configure Options"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "background",
        "history",
        "storage"
    ]
}