WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Soda PDF Viewer: Edit, Convert, Compress PDF files

Soda PDF Viewer: Edit, Convert, Compress PDF files

View on Chrome Web Store
View Soda PDF Viewer: Edit, Convert, Compress PDF files Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (5 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

Edit and read any PDF files in Chrome. Soda PDF is the ultimate online PDF editor and viewer for any device!
Type
Extension
Users
300,000 users
100K
Website sodapdf.com
Avanquest Software
View author page of Avanquest Software
Published
Published on April 14, 2019
Version 1.0.2.87
Manifest version
3
Updated
Updated on April 16, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Soda PDF Viewer: Edit, Convert, Compress PDF files 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",
    "name": "Soda PDF Viewer: Edit, Convert, Compress PDF files",
    "short_name": "Soda PDF Viewer",
    "description": "Edit and read any PDF files in Chrome. Soda PDF is the ultimate online PDF editor and viewer for any device!",
    "version": "1.0.2.87",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/images\/logo_16.png",
        "19": "assets\/images\/logo_19.png",
        "48": "assets\/images\/logo_48.png",
        "128": "assets\/images\/logo_128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "favicon.ico",
                "open-dialog.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.sodapdf.com\/robots.txt*",
                "https:\/\/*.sodapdf.com\/*\/robots.txt*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        },
        {
            "matches": [
                "file:\/\/\/*.pdf"
            ],
            "run_at": "document_end",
            "js": [
                "pdf-interceptor.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "js": [
                "dom-listener.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "webRequest",
        "webNavigation",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}
© 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