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
Eメール [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:\/\/*\/*"
    ]
}