WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BetterCanvas

BetterCanvas

View on Chrome Web Store
View BetterCanvas Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (7,431 ratings)
1 new ratings
22 views
This extension has been viewed 22 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.

Feature packed extension for Canvas.
Type
Extension
Users
1,000,000 users
100K
Website diditupe.dev
ksucpea
View author page of ksucpea
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 18, 2020
Version 6.0.2
Manifest version
3
Updated
Updated on June 9, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View BetterCanvas 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": "BetterCanvas",
    "description": "Feature packed extension for Canvas.",
    "version": "6.0.2",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "BetterCanvas"
    },
    "background": {
        "service_worker": "build\/background.js"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "build\/start.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "html\/options.html",
                "html\/deals.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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.
Go to top