Social Meter
Social media stats in one click!
What is Social Meter?
Social Meter is a Chrome extension developed by https://petasittek.com, and its main feature is "Social media stats in one click!".
Extension Screenshots
Download Social Meter Extension CRX File
Download Social Meter 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
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
Extension Basic Information
Name | Social Meter |
ID | eelhfeamoijglbkgkkfddgkngokfabde |
Official URL | https://chromewebstore.google.com/detail/social-meter/eelhfeamoijglbkgkkfddgkngokfabde |
Description | Social media stats in one click! |
File Size | 201 KB |
Installation Count | 3,610 |
Current Version | 1.2.1 |
Last Updated | 2023-05-01 |
Publish Date | 2019-06-14 |
Rating | 3.75/5 Total 12 Ratings |
Developer | https://petasittek.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.petasittek.com/social-meter/ |
Help Page URL | https://petasittek.zendesk.com/hc/en-us/requests/new |
Privacy Policy Page URL | https://www.petasittek.com/chrome-extensions-privacy-policy |
Supported Languages | 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:\/\/*\/*" ] } |