Collapse Blockquote

Collapse annoying blockquote that pollute the screen

O que é Collapse Blockquote?

Collapse Blockquote é uma extensão do Chrome desenvolvida por Emmanuel Encaoua, e sua principal característica é "Collapse annoying blockquote that pollute the screen".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Collapse Blockquote

Baixe arquivos de extensão Collapse Blockquote 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

                        Built especially for Zendesk but will work on any platform.
This app will allow you to hide and show any blockquote that you want to hide.                    

Informações Básicas da Extensão

Nome Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
URL Oficial https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
Descrição Collapse annoying blockquote that pollute the screen
Tamanho do Arquivo 18.43 KB
Contagem de Instalações 48
Versão Atual 4.2
Última Atualização 2022-08-24
Data de Publicação 2019-12-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Emmanuel Encaoua
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.studiodesigner.net/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Collapse Blockquote",
    "author": "Emmanuel Elnekave",
    "version": "4.2",
    "description": "Collapse annoying blockquote that pollute the screen",
    "permissions": [
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "persistant": false
    }
}