ScUnblur
Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.
Hvad er ScUnblur?
ScUnblur er en Chrome-udvidelse udviklet af Hax.Codes, og dens hovedfunktion er "Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.".
Udvidelsesskærmbilleder
Download ScUnblur-udvidelses-CRX-fil
Download ScUnblur-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
🌙✨ 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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | poocgbffnmnhgddmkhmlaaicofojlhok |
| Officiel URL | https://chromewebstore.google.com/detail/scunblur/poocgbffnmnhgddmkhmlaaicofojlhok |
| Beskrivelse | Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly. |
| Filstørrelse | 16.04 KB |
| Antal Installationer | 539 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2024-01-04 |
| Udgivelsesdato | 2023-12-05 |
| Bedømmelse | 4.93/5 Samlet 14 Bedømmelser |
| Udvikler | Hax.Codes |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://t.me/hax18 |
| Hjælpeside-URL | https://t.me/hax18 |
| Understøttede Sprog | 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"
]
}
]
} | |