ScUnblur
Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.
Cos'è ScUnblur?
ScUnblur è un'estensione di Chrome sviluppata da Hax.Codes, e la sua funzione principale è "Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ScUnblur
Scarica i file di estensione ScUnblur in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🌙✨ 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | poocgbffnmnhgddmkhmlaaicofojlhok |
| URL Ufficiale | https://chromewebstore.google.com/detail/scunblur/poocgbffnmnhgddmkhmlaaicofojlhok |
| Descrizione | Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly. |
| Dimensione del File | 16.04 KB |
| Conteggio Installazioni | 539 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2024-01-04 |
| Data di Pubblicazione | 2023-12-05 |
| Valutazione | 4.93/5 Totale 14 Valutazioni |
| Sviluppatore | Hax.Codes |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://t.me/hax18 |
| URL della Pagina di Aiuto | https://t.me/hax18 |
| Lingue Supportate | 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"
]
}
]
} | |