WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Make Chrome Text Black

Make Chrome Text Black

View on Chrome Web Store
View Make Chrome Text Black Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (18 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.

Make text easier to read in Google Chrome
Type
Extension
Users
1,000 users
maketextblack
View author page of maketextblack
Published
Published on March 28, 2020
Version 1.11
Manifest version
3
Updated
Updated on June 27, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Make Chrome Text Black 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": "Make Chrome Text Black",
    "version": "1.11",
    "description": "Make text easier to read in Google Chrome",
    "action": {
        "default_title": "Make Chrome Text Black",
        "default_icon": {
            "19": "images\/Logo-19x19.png",
            "38": "images\/Logo-38x38.png"
        },
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "images\/Logo-16x16.png",
        "48": "images\/Logo-48x48.png",
        "128": "images\/Logo-128x128.png"
    },
    "permissions": [
        "activeTab",
        "fontSettings",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}
© 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