ScUnblur
Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.
ScUnblurとは何ですか?
ScUnblurはHax.Codesによって開発されたChromeの拡張機能で、その主な機能は「Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly.」です。
拡張機能のスクリーンショット
ScUnblur拡張機能のCRXファイルをダウンロード
ScUnblur拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🌙✨ 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. 拡張機能の基本情報
| 名前 | |
| ID | poocgbffnmnhgddmkhmlaaicofojlhok |
| 公式URL | https://chromewebstore.google.com/detail/scunblur/poocgbffnmnhgddmkhmlaaicofojlhok |
| 説明 | Reveal obscured text in Scribd documents effortlessly and Enhance your reading experience instantly. |
| ファイルサイズ | 16.04 KB |
| インストール数 | 539 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2024-01-04 |
| 公開日 | 2023-12-05 |
| 評価 | 4.93/5 合計 14 レビュー |
| 開発者 | Hax.Codes |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://t.me/hax18 |
| ヘルプページのURL | https://t.me/hax18 |
| 対応言語 | 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"
]
}
]
} | |