Collapse Blockquote

Collapse annoying blockquote that pollute the screen

什么是Collapse Blockquote?

Collapse Blockquote是由Emmanuel Encaoua开发的Chrome扩展程序,该扩展的主要功能是“Collapse annoying blockquote that pollute the screen”。

扩展截图

screenshot
screenshot
screenshot

下载Collapse Blockquote扩展crx文件

下载Collapse Blockquote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
官方URL https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
简介 Collapse annoying blockquote that pollute the screen
文件大小 18.43 KB
安装次数 48
当前版本 4.2
更新时间 2022-08-24
上架时间 2019-12-08
评分 5.00/5 共2次评分
开发者 Emmanuel Encaoua
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.studiodesigner.net/
支持的语言 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
    }
}