Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_web2pdfExtnName__", "storage": { "managed_schema": "schema.json" }, "description": "__MSG_web2pdfExtnDescriptionChrome__", "version": "24.10.2.0", "options_page": "browser\/js\/options.html", "default_locale": "en", "permissions": [ "contextMenus", "tabs", "downloads", "nativeMessaging", "webRequest", "webNavigation", "storage", "scripting", "alarms", "offscreen" ], "background": { "service_worker": "service-worker.js", "type": "module" }, "incognito": "not_allowed", "externally_connectable": { "ids": [ "bngnhmnppadfcmpggglniifohlkmddfc" ], "matches": [ "https:\/\/*.adobe.com\/*", "https:\/\/*.acrobat.com\/*", "https:\/\/adobe.com\/*", "https:\/\/www.adobe.com\/*" ] }, "icons": { "16": "browser\/images\/acrobat_dc_appicon_16.png", "48": "browser\/images\/acrobat_dc_appicon_48.png", "128": "browser\/images\/acrobat_dc_appicon_128.png" }, "action": { "default_title": "__MSG_extensionMenuTitle__", "default_icon": "browser\/images\/acrobat_dc_appicon_24.png", "default_popup": "browser\/js\/popup.html" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery-3.1.1.min.js", "browser\/js\/ch-settings.js", "content_scripts\/content-script-utils.js", "content_scripts\/ch-content-script.js", "content_scripts\/injectBannerIframe.js" ], "run_at": "document_start" }, { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts\/ch-content-script-dend.js" ], "run_at": "document_end" }, { "matches": [ "<all_urls>" ], "js": [ "content_scripts\/detect-embedded.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/drive.google.com\/*", "https:\/\/drive.usercontent.google.com\/download*" ], "css": [ "browser\/css\/gdrive-content-script.css", "browser\/css\/gsuite-fte.css" ], "js": [ "content_scripts\/gdrive-content-script.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "browser\/css\/gmail-content-script.css", "browser\/css\/gsuite-fte.css" ], "js": [ "content_scripts\/gmail-content-script.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/acrobat.adobe.com\/*", "https:\/\/documentcloud.adobe.com\/*" ], "js": [ "content_scripts\/acrobat-content-script.js" ], "run_at": "document_end" } ], "minimum_chrome_version": "107.0", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "viewer.html", "signInHandler.html", "browser\/js\/frame.html", "browser\/js\/frameUI.html", "browser\/js\/local-fte.html", "browser\/js\/lsCopy.html", "signInAdobeYolo.html", "browser\/images\/acrobat_dc_appicon_128.png", "browser\/images\/acrobat_dc_trefoil_24_white.svg", "browser\/css\/fonts\/AdobeClean-Regular.otf", "browser\/js\/viewer\/localFileSignInRedirection.html", "browser\/js\/download-banner.html", "browser\/js\/successToast.html", "content_scripts\/gdrive\/get-auth-user.js" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content_scripts\/gmail\/gmail-inject.js", "content_scripts\/gmail\/state.js", "content_scripts\/gmail\/util.js", "content_scripts\/gsuite\/fte-utils.js", "content_scripts\/gmail\/gmail-response-service.js", "content_scripts\/gmail\/native-viewer-touch-point-service.js", "content_scripts\/gmail\/message-view-touch-point-service.js", "content_scripts\/gmail\/list-view-touch-point-service.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] }, { "resources": [ "content_scripts\/gsuite\/fte-utils.js" ], "matches": [ "https:\/\/drive.google.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; child-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; frame-src https:\/\/use.typekit.net https:\/\/assets.adobedtm.com https:\/\/*.adobecontent.io https:\/\/*.adobelogin.com https:\/\/local-test.acrobat.com:* https:\/\/local-test.acrobat.adobe.com:* https:\/\/*.acrobat.com https:\/\/*.adobe.com https:\/\/*.adobe.io" }, "host_permissions": [ "<all_urls>" ], "optional_permissions": [ "history", "bookmarks" ] }