Share Button for Facebook™
Easily share web pages and links on Facebook. Unofficial Extension.
What is Share Button for Facebook™?
Share Button for Facebook™ is a Chrome extension developed by BrowserNative, and its main feature is "Easily share web pages and links on Facebook. Unofficial Extension.".
Extension Screenshots
Download Share Button for Facebook™ Extension CRX File
Download Share Button for Facebook™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use extension's toolbar button or the keyboard shortcut Alt + S to quickly share the current web page on Facebook. After successful completion, the sharing popup window closes automatically. Moreover, You can right click on any link or image, and select the "Share on Facebook" option to easily share that on Facebook. By default it opens in a popup window but, you can set it to open in a new tab. Any feedback or suggestion? Send via email at [email protected], or visit homepage: https://browsernative.com/facebook-share-button/ Not affiliated with or created by Facebook. Extension by BrowserNative.
Extension Basic Information
Name | Share Button for Facebook™ |
ID | mfhbjcpbgeeoefooikceflkjappkjfbm |
Official URL | https://chromewebstore.google.com/detail/share-button-for-facebook/mfhbjcpbgeeoefooikceflkjappkjfbm |
Description | Easily share web pages and links on Facebook. Unofficial Extension. |
File Size | 13.13 KB |
Installation Count | 6,732 |
Current Version | 0.10 |
Last Updated | 2020-03-13 |
Publish Date | 2020-03-11 |
Rating | 4.21/5 Total 42 Ratings |
Developer | BrowserNative |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/facebook-share-button/ |
Help Page URL | https://browsernative.com/facebook-share-button/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Share on Facebook" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S" } } }, "description": "Easily share web pages and links on Facebook. Unofficial Extension.", "homepage_url": "https:\/\/browsernative.com\/facebook-share-button\/", "icons": { "128": "static\/icon-128.png", "48": "static\/icon-48.png" }, "manifest_version": 2, "name": "Share Button for Facebook\u2122", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "activeTab" ], "version": "0.10" } |