Social Meter

Social media stats in one click!

什么是Social Meter?

Social Meter是由https://petasittek.com开发的Chrome扩展程序,该扩展的主要功能是“Social media stats in one click!”。

扩展截图

screenshot
screenshot

下载Social Meter扩展crx文件

下载Social Meter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get overview of social media interactions of every individual webpage and URL in the easiest way possible. Likes, shares, ups, downs, comments, pins, views, points... it's all within one click reach!

🚀 Supported social media
  ⭐️ Buffer
  ⭐️ Hacker News
  ⭐️ Pinterest
  ⭐️ Reddit
  ⭐️ VK

🚀 Permissions explained
  ⭐️ No permissions needed, in short
  ⭐️ Some social media require permission to read stats from their servers. However this is entirely optional and you can use the extension without them.

Completely free and with no ads

Made with ♥ by Peta Sittek                    

扩展基本信息

名称 Social Meter Social Meter
ID eelhfeamoijglbkgkkfddgkngokfabde
官方URL https://chromewebstore.google.com/detail/social-meter/eelhfeamoijglbkgkkfddgkngokfabde
简介 Social media stats in one click!
文件大小 201 KB
安装次数 3,610
当前版本 1.2.1
更新时间 2023-05-01
上架时间 2019-06-14
评分 3.75/5 共12次评分
开发者 https://petasittek.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.petasittek.com/social-meter/
帮助页面URL https://petasittek.zendesk.com/hc/en-us/requests/new
隐私政策页面URL https://www.petasittek.com/chrome-extensions-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Meter",
    "description": "Social media stats in one click!",
    "version": "1.2.1",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Social Meter"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ]
}