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 |
| 官方網址 | 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"
}
} | |