WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Big Chip

Big Chip

View on Chrome Web Store
View Big Chip Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Optimize page loading, parallelize computation, allocate GPU resources, and handle Flash games
Type
Extension
Users
263 users
1
Website bigchip.art
apparatus.tools
View author page of apparatus.tools
Published
Published on June 29, 2023
Version 1.0.0.3
Manifest version
3
Updated
Updated on November 21, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Big Chip 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,
    "name": "Big Chip",
    "version": "1.0.0.3",
    "description": "Optimize page loading, parallelize computation, allocate GPU resources, and handle Flash games",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "<all_urls>"
    ]
}
© 2026 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