Not Enough Pinterest

Browse interest without an account.

O que é Not Enough Pinterest?

Not Enough Pinterest é uma extensão do Chrome desenvolvida por sclarklasley, e sua principal característica é "Browse interest without an account.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Not Enough Pinterest

Baixe arquivos de extensão Not Enough Pinterest 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

                        Have you ever landed on a pinterest page after a google search and been annoyed by that signup nag that creeps up to force you to create an account to look any further? This extension removes the overlay so you can browse in peace. Note, this does not yet work on the home page, and it may never work for that.                    

Informações Básicas da Extensão

Nome Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
URL Oficial https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
Descrição Browse interest without an account.
Tamanho do Arquivo 11 KB
Contagem de Instalações 38
Versão Atual 1.0
Última Atualização 2016-03-12
Data de Publicação 2016-03-12
Classificação 1.00/5 Total de 5 Avaliações
Desenvolvedor sclarklasley
Tipo de Pagamento free
Site da Extensão https://github.com/stonelasley/NoPinterest
URL da Página de Ajuda https://github.com/stonelasley/NoPinterest/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not Enough Pinterest",
    "description": "Browse interest without an account.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.pinterest.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "src\/nopinterest.js"
            ],
            "run_at": "document_end"
        }
    ]
}