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)
12 views
This extension has been viewed 12 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
26 users
2
hellsquiet94
View author page of hellsquiet94
Published
Published on January 2, 2025
Version 3.3.1
Manifest version
3
Updated
Updated on September 2, 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__",
    "description": "__MSG_extension_description__",
    "version": "3.3.1",
    "author": "Bryce Wilson",
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidebar\/sidebar.html"
    },
    "options_ui": {
        "page": "pages\/dashboard\/dashboard.html?tab=settings-tab",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "notifications",
        "sidePanel",
        "storage",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    },
    "commands": {
        "toggle-adblocker": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Toggle Ad-blocker on\/off on current (supported) tab"
        },
        "toggle-dark-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Toggle Dark Mode on\/off on current (supported) tab"
        },
        "toggle-sidebar-theme": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Toggle light\/dark mode in the sidebar"
        },
        "toggle-styles": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Toggle Styles on\/off on current (supported) tab"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "utils\/*.js",
                "icons\/*",
                "site\/*",
                "site\/media\/youtube\/darkmode.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cbsnews.com\/*",
                "*:\/\/*.cogram.com\/*",
                "*:\/\/*.deltamath.com\/*",
                "*:\/\/*.khanacademy.org\/*",
                "*:\/\/*.nytimes.com\/*",
                "*:\/\/*.schoology.com\/*",
                "*:\/\/clever.com\/*",
                "*:\/\/crxviewer.com\/*",
                "*:\/\/genius.com\/*",
                "*:\/\/notepad.js.org\/*",
                "*:\/\/vclock.com\/*",
                "*:\/\/www.apexvs.com\/*",
                "*:\/\/www.crazygames.com\/*",
                "*:\/\/www.factmonster.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.schoology.com\/login*",
                "*:\/\/*.schoology.com\/register*",
                "*:\/\/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\/*",
                "*:\/\/support.schoology.com\/*",
                "*:\/\/ui.schoology.com\/*",
                "*:\/\/www.apexvs.com\/ApexUI\/default.aspx",
                "*:\/\/www.deltamath.com\/app\/student\/graphingCalculator",
                "*:\/\/www.schoology.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "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