DeBlur Web Pages
DeBlur Certain Web Pages
DeBlur Web Pagesとは何ですか?
DeBlur Web PagesはRussによって開発されたChromeの拡張機能で、その主な機能は「DeBlur Certain Web Pages」です。
拡張機能のスクリーンショット
DeBlur Web Pages拡張機能のCRXファイルをダウンロード
DeBlur Web Pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes the Blur CSS Class from roadandtrack web pages that are blurred out, allowing people to more easily read them. Example: https://www.roadandtrack.com/reviews/a39110383/hyundai-elantra-n-weird-clutch/?source=nl
拡張機能の基本情報
名前 | DeBlur Web Pages |
ID | dpebpkcedjlkmaonobibogfjkeadmije |
公式URL | https://chromewebstore.google.com/detail/deblur-web-pages/dpebpkcedjlkmaonobibogfjkeadmije |
説明 | DeBlur Certain Web Pages |
ファイルサイズ | 4.85 KB |
インストール数 | 506 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-05-25 |
公開日 | 2022-02-24 |
開発者 | Russ |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeBlur Web Pages", "description": "DeBlur Certain Web Pages", "version": "1.0.3", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "\/images\/get_started48.png" } }, "icons": { "48": "\/images\/get_started48.png" } } |