WebExtension.net
Toggle dark mode
WebExtension.net

Global Speed Accelerator

View on Chrome Web Store
View Global Speed Accelerator Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (10 ratings)
0 views
This extension has been viewed 0 times

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

Global Speed Accelerator
Type
Extension
Users
298 users
5
Master Tools
View author page of Master Tools
Published
Published on February 26, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on February 26, 2024
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Global Speed Accelerator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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.
Go to top