DeBlur Web Pages
DeBlur Certain Web Pages
What is DeBlur Web Pages?
DeBlur Web Pages is a Chrome extension developed by Russ, and its main feature is "DeBlur Certain Web Pages".
Extension Screenshots
Download DeBlur Web Pages Extension CRX File
Download DeBlur Web Pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | DeBlur Web Pages |
ID | dpebpkcedjlkmaonobibogfjkeadmije |
Official URL | https://chromewebstore.google.com/detail/deblur-web-pages/dpebpkcedjlkmaonobibogfjkeadmije |
Description | DeBlur Certain Web Pages |
File Size | 4.85 KB |
Installation Count | 506 |
Current Version | 1.0.3 |
Last Updated | 2022-05-25 |
Publish Date | 2022-02-24 |
Developer | Russ |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |