Collapse Blockquote

Collapse annoying blockquote that pollute the screen

Wat is Collapse Blockquote?

Collapse Blockquote is een Chrome-extensie ontwikkeld door Emmanuel Encaoua, en de belangrijkste functie is "Collapse annoying blockquote that pollute the screen".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Collapse Blockquote

Download Collapse Blockquote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
Officiële URL https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
Beschrijving Collapse annoying blockquote that pollute the screen
Bestandsgrootte 18.43 KB
Aantal Installaties 48
Huidige Versie 4.2
Laatst Bijgewerkt 2022-08-24
Publicatiedatum 2019-12-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Emmanuel Encaoua
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.studiodesigner.net/
Ondersteunde Talen 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
    }
}