ScUnblur

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

什么是ScUnblur?

ScUnblur是由Hax.Codes开发的Chrome扩展程序,该扩展的主要功能是“Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.”。

扩展截图

screenshot

下载ScUnblur扩展crx文件

下载ScUnblur扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🌙✨ 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
帮助页面URL 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"
            ]
        }
    ]
}