Collapse Blockquote

Collapse annoying blockquote that pollute the screen

Apa itu Collapse Blockquote?

Collapse Blockquote adalah ekstensi Chrome yang dikembangkan oleh Emmanuel Encaoua, dan fitur utamanya adalah "Collapse annoying blockquote that pollute the screen".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Collapse Blockquote

Unduh file ekstensi Collapse Blockquote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
URL Resmi https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
Deskripsi Collapse annoying blockquote that pollute the screen
Ukuran File 18.43 KB
Jumlah Instalasi 48
Versi Saat Ini 4.2
Terakhir Diperbarui 2022-08-24
Tanggal Publikasi 2019-12-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Emmanuel Encaoua
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.studiodesigner.net/
Bahasa yang Didukung 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
    }
}