EveryoneSocial
This extension streamlines the process of posting to Social Media using EveryoneSocial.
What is EveryoneSocial?
EveryoneSocial is a Chrome extension developed by EveryoneSocial, and its main feature is "This extension streamlines the process of posting to Social Media using EveryoneSocial.".
Extension Screenshots
Download EveryoneSocial Extension CRX File
Download EveryoneSocial 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
Adds a button to your toolbar that will open a new tab and begin the process of posting the active tab to EveryoneSocial
Extension Basic Information
Name | EveryoneSocial |
ID | nlgekopeodgakhebiompfbdpfeoacnka |
Official URL | https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka |
Description | This extension streamlines the process of posting to Social Media using EveryoneSocial. |
File Size | 11.6 KB |
Installation Count | 489 |
Current Version | 1.0.5 |
Last Updated | 2023-02-01 |
Publish Date | 2020-06-08 |
Rating | 1.67/5 Total 3 Ratings |
Developer | EveryoneSocial |
[email protected] | |
Payment Type | free |
Extension Website | https://everyonesocial.com |
Help Page URL | https://everyonesocial.com/contact/ |
Privacy Policy Page URL | https://everyonesocial.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EveryoneSocial", "version": "1.0.5", "description": "This extension streamlines the process of posting to Social Media using EveryoneSocial.", "homepage_url": "https:\/\/everyonesocial.com", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_icon": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "Click to share content" }, "permissions": [ "activeTab" ], "manifest_version": 3 } |