ScUnblur
Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.
Vad är ScUnblur?
ScUnblur är en Chrome-tillägg utvecklad av Hax.Codes, och dess huvudfunktion är "Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.".
Tilläggsskärmbilder
Ladda ner ScUnblur-förlängningens CRX-fil
Ladda ner ScUnblur-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
🌙✨ 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äggande Information om Tillägg
| Namn | |
| ID | poocgbffnmnhgddmkhmlaaicofojlhok |
| Officiell webbadress | https://chromewebstore.google.com/detail/scunblur/poocgbffnmnhgddmkhmlaaicofojlhok |
| Beskrivning | Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly. |
| Filstorlek | 16.04 KB |
| Antal Installationer | 539 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2024-01-04 |
| Publiceringsdatum | 2023-12-05 |
| Betyg | 4.93/5 Totalt 14 Betyg |
| Utvecklare | Hax.Codes |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://t.me/hax18 |
| Hjälpsida URL | https://t.me/hax18 |
| Stödda Språk | 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"
]
}
]
} | |