WebExtension.net
Toggle dark mode
WebExtension.net

DarkPDF by Waseem Akram

View on Chrome Web Store
View DarkPDF by Waseem Akram Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (10 ratings)
1 new ratings
0 views
This extension has been viewed 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
448 users
6
Website hackerwasii.com
Waseem Akram
View author page of Waseem Akram
Published
Published on December 20, 2023
Version 2.0.1
Manifest version
3
Updated
Updated on December 21, 2023
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View DarkPDF by Waseem Akram 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 by Waseem Akram",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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