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": "Share on Facebook\u2122",
"description": "Easily share web pages and links on Facebook. Unofficial Extension.",
"version": "0.20",
"manifest_version": 3,
"permissions": [
"contextMenus",
"activeTab",
"storage",
"declarativeContent",
"scripting"
],
"icons": {
"48": "static\/icon-48.png",
"128": "static\/icon-128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": "static\/icon-128.png",
"default_title": "Share on Facebook"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+S"
}
}
},
"homepage_url": "https:\/\/browsernative.com\/facebook-share-button\/",
"options_page": "options\/options.html",
"minimum_chrome_version": "92"
}