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, "minimum_chrome_version": "126", "default_locale": "en", "name": "__MSG_extName__", "short_name": "PicHarvest", "description": "__MSG_extDescription__", "version": "0.0.17", "author": "MediaRail", "icons": { "24": "icon-24.png", "128": "icon-128.png" }, "action": { "default_title": "Open PicHarvest", "default_popup": "panel\/index.html" }, "options_page": "options\/index.html", "side_panel": { "default_path": "panel\/index.html" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+I", "windows": "Alt+I", "mac": "Alt+I", "linux": "Alt+I" } } }, "web_accessible_resources": [ { "resources": [ "scripts\/extractor\/instagram\/instagram.js" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "activeTab", "contextMenus", "storage", "sidePanel", "scripting" ], "optional_permissions": [ "downloads" ], "optional_host_permissions": [ "<all_urls>" ] }