WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Global Speed Accelerator

Global Speed Accelerator

View on Chrome Web Store
5.0 (10 ratings)
14 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Global Speed Accelerator
Type
Extension
Users
495 users
3
Master Tools
Published
Version 1.0.0
Manifest version
3
Updated
make_chrome_yours/accessibility
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Global Speed Accelerator",
    "description": "Global Speed Accelerator",
    "action": {
        "default_icon": {
            "16": "assets\/icon\/16.png",
            "32": "assets\/icon\/32.png",
            "48": "assets\/icon\/48.png",
            "128": "assets\/icon\/128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Global Speed Accelerator"
    },
    "icons": {
        "16": "assets\/icon\/16.png",
        "19": "assets\/icon\/19.png",
        "32": "assets\/icon\/32.png",
        "38": "assets\/icon\/38.png",
        "48": "assets\/icon\/48.png",
        "128": "assets\/icon\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "all_frames": true,
            "js": [
                "listener.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "storage"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.