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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |