Collapse Blockquote

Collapse annoying blockquote that pollute the screen

Co to jest Collapse Blockquote?

Collapse Blockquote to rozszerzenie Chrome opracowane przez Emmanuel Encaoua, a jego główną funkcją jest „Collapse annoying blockquote that pollute the screen”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Collapse Blockquote

Pobierz pliki rozszerzeń Collapse Blockquote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
Oficjalny URL https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
Opis Collapse annoying blockquote that pollute the screen
Rozmiar pliku 18.43 KB
Liczba instalacji 48
Aktualna Wersja 4.2
Ostatnia Aktualizacja 2022-08-24
Data Publikacji 2019-12-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Emmanuel Encaoua
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.studiodesigner.net/
Obsługiwane Języki 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
    }
}