ScUnblur
Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.
Was ist ScUnblur?
ScUnblur ist eine Chrome-Erweiterung, die von Hax.Codes entwickelt wurde, und ihr Hauptmerkmal ist "Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.".
Erweiterungsscreenshots
ScUnblur-Erweiterungs-CRX-Datei herunterladen
Laden Sie ScUnblur-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
🌙✨ 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | poocgbffnmnhgddmkhmlaaicofojlhok |
| Offizielle URL | https://chromewebstore.google.com/detail/scunblur/poocgbffnmnhgddmkhmlaaicofojlhok |
| Beschreibung | Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly. |
| Dateigröße | 16.04 KB |
| Installationsanzahl | 539 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2024-01-04 |
| Veröffentlichungsdatum | 2023-12-05 |
| Bewertung | 4.93/5 Insgesamt 14 Bewertungen |
| Entwickler | Hax.Codes |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://t.me/hax18 |
| Hilfeseite URL | https://t.me/hax18 |
| Unterstützte Sprachen | 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"
]
}
]
} | |