Fanpage Karma
This extension shows further information about each Facebook page's performance.
What is Fanpage Karma?
Fanpage Karma is a Chrome extension developed by https://fanpagekarma.com, and its main feature is "This extension shows further information about each Facebook page's performance.".
Extension Screenshots
Download Fanpage Karma Extension CRX File
Download Fanpage Karma 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
Quickly access important metrics for Facebook Pages with this extension. Open a Facebook Page (e.g. https://www.facebook.com/FanpageKarma/) and click on the extension icon to get first insights.
Extension Basic Information
Name | Fanpage Karma |
ID | aonddenfffjaplkipofnfeaikmkajhmj |
Official URL | https://chromewebstore.google.com/detail/fanpage-karma/aonddenfffjaplkipofnfeaikmkajhmj |
Description | This extension shows further information about each Facebook page's performance. |
File Size | 8.4 KB |
Installation Count | 2,037 |
Current Version | 0.1.6 |
Last Updated | 2022-01-04 |
Publish Date | 2019-08-15 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://fanpagekarma.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.fanpagekarma.com |
Help Page URL | https://www.fanpagekarma.com |
Privacy Policy Page URL | https://www.fanpagekarma.com/de/privacy |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fanpage Karma", "description": "__MSG_appDescription__", "version": "0.1.6", "icons": { "128": "images\/icon128.png" }, "default_locale": "en", "permissions": [ "tabs" ], "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "__MSG_appDefaultTitle__", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |