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 |
| Eメール | [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"
}
} | |