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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "3.3.2",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"64": "icon\/64.png",
"128": "icon\/128.png",
"256": "icon\/256.png",
"512": "icon\/512.png"
},
"permissions": [
"activeTab",
"scripting",
"debugger",
"storage",
"identity"
],
"default_locale": "en",
"options_page": "settings.html",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzHTot2bKo20wSHEGTROVA4db0BlT1vM\/n+MtNnPtVk+6sWO8t72Dm7KQZKLfVbx0k+RFIjDDH6iZH3cCSKEQsMCexWmMB6bmOqfOz3xmtdgPHZOcngdIHWNtFpVYdLbZ+CtbNfkmQsEvHKTyCI+CFy1RHT6MYNbX6I8aWlGvbRjvT5z+uzKQ\/ylaqyhibfbDC\/Gp3O44udTQ1\/C7u6C5WDxIE327avgu5o5hvQMDsk1eyvgi3bytNXa\/qZ62kU\/aK7p8ZZVbTQlDb4F3d+PIWwlTibcvwsVYC+rvQfRf2Lyy\/GDJyRKIsL97oMTf4o7iey046Yx9OS67eE7iMkSS4wIDAQAB",
"action": {
"default_popup": "popup.html",
"default_title": "Web to PDF"
},
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"oauth2": {
"client_id": "779639341106-f5vohjkrhg5k63lre7m679p52pn56pjr.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"content-scripts\/RemovalMode.css",
"content-scripts\/SelectionMode.css",
"content-scripts\/print.css"
],
"js": [
"content-scripts\/RemovalMode.js",
"content-scripts\/SelectionMode.js",
"content-scripts\/guide.js",
"content-scripts\/ping.js",
"content-scripts\/print.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/guide.css"
],
"matches": [
"<all_urls>"
]
}
]
}