WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ESUIT | Reactions Exporter for Facebook™

ESUIT | Reactions Exporter for Facebook™

View on Chrome Web Store
View ESUIT | Reactions Exporter for Facebook™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (8 ratings)
1 new ratings
19 views
This extension has been viewed 19 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Exports Reactions from Facebook to Google Sheet. You can easily analyze your Post engagement.
Type
Extension
Users
1,000 users
Website esuit.dev
ESUIT
View author page of ESUIT
Published
Published on January 12, 2023
Version 2.3.5
Manifest version
3
Updated
Updated on February 21, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ESUIT | Reactions Exporter for Facebook™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "minimum_chrome_version": "103",
    "version": "2.3.5",
    "author": "William Chen",
    "incognito": "not_allowed",
    "version_name": "2.3.5",
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-COsXSheZ.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/*.esuit.dev\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "storage",
        "declarativeNetRequest"
    ],
    "action": {
        "default_icon": "src\/assets\/logo\/favicon-128.png",
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.facebook.com\/*",
            "https:\/\/web.facebook.com\/*",
            "https:\/\/*.esuit.dev\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "https:\/\/*.esuit.dev\/*"
    ],
    "icons": {
        "16": "src\/assets\/logo\/favicon-16.png",
        "19": "src\/assets\/logo\/favicon-19.png",
        "32": "src\/assets\/logo\/favicon-32.png",
        "38": "src\/assets\/logo\/favicon-38.png",
        "48": "src\/assets\/logo\/favicon-48.png",
        "128": "src\/assets\/logo\/favicon-128.png"
    },
    "options_page": "src\/pages\/options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.esuit.dev\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "*",
                "assets\/const-CK-dBzLA.js",
                "assets\/index.ts-BHn6RnIz.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top