ScUnblur

Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.

ما هو ScUnblur؟

ScUnblur هو إضافة Chrome تم تطويرها بواسطة Hax.Codes، والميزة الرئيسية لها هي "Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.".

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

screenshot

تحميل ملف CRX للإضافة ScUnblur

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

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

                        🌙✨ Welcome to ScUnblur ✨🌙

✨ With ScUnblur, you get:

➡️Remove the Blur Effect from Documents on The Scribd Website.
➡️Remove All Ads on The Scribd Website.
➡️Show Hidden Content.
➡️Enable Copy and Select Easily.
➡️Get Access to Millions of eBooks, Magazines, Documents Freely, Across Every Topic and Niche.

💻 GET THE EXTENSION NOW AND GET A CLEARER VIEW OF THE CONTENT.


If you Enjoy Give it a ✨✨✨✨✨ Stars.                    

معلومات أساسية عن التمديد

الاسم ScUnblur ScUnblur
ID poocgbffnmnhgddmkhmlaaicofojlhok
عنوان URL الرسمي https://chromewebstore.google.com/detail/scunblur/poocgbffnmnhgddmkhmlaaicofojlhok
الوصف Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.
حجم الملف 16.04 KB
عدد التثبيتات 539
النسخة الحالية 1.2
آخر تحديث 2024-01-04
تاريخ النشر 2023-12-05
تقييم 4.93/5 مجموع تقييمات 14
المطور Hax.Codes
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://t.me/hax18
عنوان صفحة المساعدة https://t.me/hax18
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScUnblur",
    "description": "Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.scribd.com\/*"
            ],
            "css": [
                "app.css"
            ]
        }
    ]
}