WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Multi-Purpose Extension

Multi-Purpose Extension

View on Chrome Web Store
View Multi-Purpose Extension Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Injects custom CSS and JavaScript into supported websites. Also provides toggles for dark mode, ad-blocking, etc.
Type
Extension
Users
16 users
1
hellsquiet94
View author page of hellsquiet94
Published
Published on January 2, 2025
Version 3.1.3
Manifest version
3
Updated
Updated on May 31, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Multi-Purpose Extension 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
{
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "version": "3.1.3",
    "description": "__MSG_extension_description__",
    "author": "Bryce Wilson",
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "side_panel": {
        "default_path": "sidebar\/sidebar.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "tabs",
        "sidePanel"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "toggle-dark-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Toggle Dark Mode on\/off on current (supported) tab"
        },
        "toggle-styles": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Toggle Styles on\/off on current (supported) tab"
        },
        "toggle-adblocker": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Toggle Ad-blocker on\/off on current (supported) tab"
        },
        "toggle-sidebar-theme": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Toggle light\/dark mode in the sidebar"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "utils\/*.js",
                "icons\/*",
                "site\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_ui": {
        "page": "pages\/unified\/unified.html?tab=settings-tab",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.apexvs.com\/*",
                "*:\/\/*.cbsnews.com\/*",
                "*:\/\/clever.com\/*",
                "*:\/\/*.cogram.com\/*",
                "*:\/\/www.crazygames.com\/*",
                "*:\/\/crxviewer.com\/*",
                "*:\/\/*.deltamath.com\/*",
                "*:\/\/www.factmonster.com\/*",
                "*:\/\/genius.com\/*",
                "*:\/\/*.khanacademy.org\/*",
                "*:\/\/notepad.js.org\/*",
                "*:\/\/*.nytimes.com\/*",
                "*:\/\/*.schoology.com\/*",
                "*:\/\/vclock.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/api.schoology.com\/*",
                "*:\/\/asset-cdn.schoology.com\/*",
                "*:\/\/collections.genius.com\/*",
                "*:\/\/developer.schoology.com\/*",
                "*:\/\/developers.schoology.com\/*",
                "*:\/\/files-cdn.schoology.com\/*",
                "*:\/\/info.schoology.com\/*",
                "*:\/\/lti-submission-google.app.schoology.com\/*",
                "*:\/\/schoology.com\/*",
                "*:\/\/status.schoology.com\/*",
                "*:\/\/*.schoology.com\/login*",
                "*:\/\/*.schoology.com\/register*",
                "*:\/\/support.schoology.com\/*",
                "*:\/\/ui.schoology.com\/*",
                "*:\/\/www.apexvs.com\/ApexUI\/default.aspx",
                "*:\/\/www.deltamath.com\/app\/student\/graphingCalculator",
                "*:\/\/www.schoology.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "type": "module",
            "run_at": "document_start"
        }
    ]
}
© 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