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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
            ]
        }
    ]
}