WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Enhanced PDF Viewer by PlugMonkey

Enhanced PDF Viewer by PlugMonkey

View on Chrome Web Store
View Enhanced PDF Viewer by PlugMonkey Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 views
This extension has been viewed 1 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.

Enhanced PDF viewer with keyboard shortcuts, touch gestures, presentation mode, text-to-speech, and custom print options.
Type
Extension
Users
11 users
1
Website plugmonkey.xyz
PlugMonkey
View author page of PlugMonkey
Published
Published on November 11, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on November 11, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Enhanced PDF Viewer by PlugMonkey 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",
    "minimum_chrome_version": "103",
    "manifest_version": 3,
    "name": "Enhanced PDF Viewer by PlugMonkey",
    "version": "1.0.0",
    "description": "Enhanced PDF viewer with keyboard shortcuts, touch gestures, presentation mode, text-to-speech, and custom print options.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "alarms",
        "declarativeNetRequestWithHostAccess",
        "webRequest",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "contentstyle.css"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "storage": {
        "managed_schema": "preferences_schema.json"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "incognito": "split",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/web\/viewer.html",
                "http:\/*",
                "https:\/*",
                "file:\/*",
                "chrome-extension:\/*",
                "blob:*",
                "data:*",
                "filesystem:\/*",
                "drive:*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}
© 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