LONGMAN Accelerator

Block all third-party requests from ldoceonline.com

What is LONGMAN Accelerator?

LONGMAN Accelerator is a Chrome extension developed by alizadeh118, and its main feature is "Block all third-party requests from ldoceonline.com".

Extension Screenshots

screenshot
screenshot

Download LONGMAN Accelerator Extension CRX File

Download LONGMAN Accelerator 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

                        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.                    

Extension Basic Information

Name LONGMAN Accelerator LONGMAN Accelerator
ID abpghhfldicpcgjgfdnclmlnoodagbkd
Official URL https://chromewebstore.google.com/detail/longman-accelerator/abpghhfldicpcgjgfdnclmlnoodagbkd
Description Block all third-party requests from ldoceonline.com
File Size 117 KB
Installation Count 349
Current Version 1.1.0
Last Updated 2022-09-07
Publish Date 2022-01-13
Rating 5.00/5 Total 3 Ratings
Developer alizadeh118
Email [email protected]
Payment Type free
Extension Website https://github.com/Alizadeh118/longman-accelerator-extension
Help Page URL https://github.com/Alizadeh118/longman-accelerator-extension/issues
Supported Languages 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"
    }
}