Collapse Blockquote

Collapse annoying blockquote that pollute the screen

ما هو Collapse Blockquote؟

Collapse Blockquote هو إضافة Chrome تم تطويرها بواسطة Emmanuel Encaoua، والميزة الرئيسية لها هي "Collapse annoying blockquote that pollute the screen".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Collapse Blockquote

قم بتنزيل ملفات الامتداد Collapse Blockquote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}