Collapse Blockquote

Collapse annoying blockquote that pollute the screen

Was ist Collapse Blockquote?

Collapse Blockquote ist eine Chrome-Erweiterung, die von Emmanuel Encaoua entwickelt wurde, und ihr Hauptmerkmal ist "Collapse annoying blockquote that pollute the screen".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Collapse Blockquote-Erweiterungs-CRX-Datei herunterladen

Laden Sie Collapse Blockquote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
Offizielle URL https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
Beschreibung Collapse annoying blockquote that pollute the screen
Dateigröße 18.43 KB
Installationsanzahl 48
Aktuelle Version 4.2
Letztes Update 2022-08-24
Veröffentlichungsdatum 2019-12-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Emmanuel Encaoua
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.studiodesigner.net/
Unterstützte Sprachen 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
    }
}