404 Bookmark Remover

Get a list of your unavailable, old bookmarks and remove them with ease!

O que é 404 Bookmark Remover?

404 Bookmark Remover é uma extensão do Chrome desenvolvida por Vengel Studio, e sua principal característica é "Get a list of your unavailable, old bookmarks and remove them with ease!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 404 Bookmark Remover

Baixe arquivos de extensão 404 Bookmark Remover 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

                        ❓ Ever wanted to remove all your outdated bookmarks, but you were too lazy to do it by yourself? 

Our extension will:
✔ check if your bookmarks are available
✔ show you a list of them, allowing you to remove them
✔ display a fancy chart!

No changes are made without your approval.                    

Informações Básicas da Extensão

Nome 404 Bookmark Remover 404 Bookmark Remover
ID kmfodfcddbcokegecplfbchfgfldnjpd
URL Oficial https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd
Descrição Get a list of your unavailable, old bookmarks and remove them with ease!
Tamanho do Arquivo 175 KB
Contagem de Instalações 707
Versão Atual 2.0.1
Última Atualização 2018-10-06
Data de Publicação 2018-10-06
Classificação 2.50/5 Total de 14 Avaliações
Desenvolvedor Vengel Studio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "404 Bookmark Remover",
    "description": "Get a list of your unavailable, old bookmarks and remove them with ease!",
    "version": "2.0.1",
    "permissions": [
        "storage",
        "bookmarks",
        "tabs",
        "activeTab",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}