LONGMAN Accelerator
Block all third-party requests from ldoceonline.com
什么是LONGMAN Accelerator?
LONGMAN Accelerator是由alizadeh118开发的Chrome扩展程序,该扩展的主要功能是“Block all third-party requests from ldoceonline.com”。
扩展截图
下载LONGMAN Accelerator扩展crx文件
下载LONGMAN Accelerator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Improve the load time of ldoceonline.com by blocking all third-party and advertising requests.
Changelog:
1.1.0
- Exclude the domain of the Google Translate API. 扩展基本信息
| 名称 | |
| ID | abpghhfldicpcgjgfdnclmlnoodagbkd |
| 官方URL | https://chromewebstore.google.com/detail/longman-accelerator/abpghhfldicpcgjgfdnclmlnoodagbkd |
| 简介 | Block all third-party requests from ldoceonline.com |
| 文件大小 | 117 KB |
| 安装次数 | 349 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2022-09-07 |
| 上架时间 | 2022-01-13 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | alizadeh118 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Alizadeh118/longman-accelerator-extension |
| 帮助页面URL | https://github.com/Alizadeh118/longman-accelerator-extension/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LONGMAN Accelerator",
"description": "Block all third-party requests from ldoceonline.com",
"version": "1.1.0",
"manifest_version": 3,
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "\/rules.json"
}
]
},
"permissions": [
"declarativeNetRequest"
],
"icons": {
"16": "\/icons\/icon-16.png",
"32": "\/icons\/icon-32.png",
"48": "\/icons\/icon-48.png",
"128": "\/icons\/icon-128.png",
"512": "\/icons\/icon-512.png"
}
} | |