ScUnblur
Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.
Co to jest ScUnblur?
ScUnblur to rozszerzenie Chrome opracowane przez Hax.Codes, a jego główną funkcją jest „Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ScUnblur
Pobierz pliki rozszerzeń ScUnblur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
🌙✨ 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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | poocgbffnmnhgddmkhmlaaicofojlhok |
| Oficjalny URL | https://chromewebstore.google.com/detail/scunblur/poocgbffnmnhgddmkhmlaaicofojlhok |
| Opis | Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly. |
| Rozmiar pliku | 16.04 KB |
| Liczba instalacji | 539 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2024-01-04 |
| Data Publikacji | 2023-12-05 |
| Ocena | 4.93/5 Łącznie 14 Oceny |
| Deweloper | Hax.Codes |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://t.me/hax18 |
| Adres URL Strony Pomocy | https://t.me/hax18 |
| Obsługiwane Języki | 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"
]
}
]
} | |