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
官方網址 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:\/\/*\/*"
    ]
}