WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DarkPDF

DarkPDF

View on Chrome Web Store
View DarkPDF Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (12 ratings)
1 new ratings
63 views
This extension has been viewed 63 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.

Adds a simple dark mode functionality for PDF files in Google Chrome
Type
Extension
Users
1,000 users
14
Waseem Akram
View author page of Waseem Akram
Published
Published on December 20, 2023
Version 2.0.2
Manifest version
3
Updated
Updated on January 1, 2026
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View DarkPDF 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
{
    "action": {
        "default_icon": "\/icons\/document.png",
        "default_popup": "\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J",
                "mac": "Command+Shift+Y",
                "windows": "Ctrl+Shift+Y"
            }
        },
        "run-dark-mode": {
            "description": "Apply dark mode to the current page",
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "\/scripts\/content.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "description": "Adds a simple dark mode functionality for PDF files in Google Chrome",
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "128": "\/icons\/document.png"
    },
    "manifest_version": 3,
    "name": "DarkPDF",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}
© 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