EveryoneSocial
This extension streamlines the process of posting to Social Media using EveryoneSocial.
什么是EveryoneSocial?
EveryoneSocial是由EveryoneSocial开发的Chrome扩展程序,该扩展的主要功能是“This extension streamlines the process of posting to Social Media using EveryoneSocial.”。
扩展截图
下载EveryoneSocial扩展crx文件
下载EveryoneSocial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button to your toolbar that will open a new tab and begin the process of posting the active tab to EveryoneSocial 扩展基本信息
| 名称 | |
| ID | nlgekopeodgakhebiompfbdpfeoacnka |
| 官方URL | https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka |
| 简介 | This extension streamlines the process of posting to Social Media using EveryoneSocial. |
| 文件大小 | 11.6 KB |
| 安装次数 | 489 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2023-02-01 |
| 上架时间 | 2020-06-08 |
| 评分 | 1.67/5 共3次评分 |
| 开发者 | EveryoneSocial |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://everyonesocial.com |
| 帮助页面URL | https://everyonesocial.com/contact/ |
| 隐私政策页面URL | https://everyonesocial.com/privacy-policy |
| 支持的语言 | 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
} | |