Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "pCloud Save", "short_name": "pCloud", "version": "2.0.1", "author": "pCloud AG - www.pcloud.com", "description": "Save your favorite web images, videos, text and more to pCloud - up to 10 GB free storage.", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; media-src 'self'; script-src-elem 'self' https:\/\/my.pcloud.com\/dist\/ https:\/\/appleid.cdn-apple.com https:\/\/cdn.safecharge.com" }, "icons": { "16": "img\/context\/icon-bitty.png", "48": "img\/context\/icon-small.png", "128": "img\/context\/icon-large.png" }, "action": { "default_icon": { "16": "img\/icon_off.png", "32": "img\/icon_off.png", "64": "img\/icon_off.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "page": "options.html" }, "permissions": [ "tabs", "activeTab", "contextMenus", "notifications", "storage", "windows", "scripting", "declarativeNetRequest" ], "host_permissions": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.google-analytics.com\/" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "css": [ "css\/content-style.css" ], "js": [ "js\/jquery-3.2.1.min.js" ], "match_about_blank": true, "all_frames": false, "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "css": [ "css\/content-style.css" ], "js": [ "js\/content-script.js" ], "match_about_blank": true, "all_frames": false, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "options.html", "partial\/hint-pdf.html", "js\/jquery-3.2.1.min.js", "img\/partial\/icon_on_20x20.png", "img\/partial\/[email protected]", "img\/partial\/slim_close.png", "img\/partial\/[email protected]", "img\/partial\/lightning.png", "img\/partial\/[email protected]" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ] } ] }