Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Oct 06, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.e3937a03.png", "32": "icon32.plasmo.ac38e038.png", "48": "icon48.plasmo.f02b99c0.png", "64": "icon64.plasmo.cfc9d1ce.png", "128": "icon128.plasmo.c835700b.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.e3937a03.png", "32": "icon32.plasmo.ac38e038.png", "48": "icon48.plasmo.f02b99c0.png", "64": "icon64.plasmo.cfc9d1ce.png", "128": "icon128.plasmo.c835700b.png" }, "default_popup": "popup.html" }, "version": "0.2", "author": "ShareFlow", "name": "ShareFlow - Modern Pinterest Save Button for Any Website", "description": "Add modern Pinterest \"Save\" buttons to any website.", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/shareflow_extension.js", "assets\/icon.png" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] }