exportcomments.com

Create an easy way to retrieve your session cookies

What is exportcomments.com?

exportcomments.com is a Chrome extension developed by ExportComments.com, and its main feature is "Create an easy way to retrieve your session cookies".

Extension Screenshots

screenshot
screenshot
screenshot

Download exportcomments.com Extension CRX File

Download exportcomments.com 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

                        Export Comments Extension

This extension makes it easier to work with our service by exporting comments using your cookies data from your Instagram, LinkedIn, YouTube or Facebook automatically.

How it works?
- Install the extension.
- Make sure to be logged into your Instagram, YouTube, LinkedIn or Facebook account using Chrome.
- The extension will automatically retrieve your cookie once you open the export page.

Have questions?
If you have any question about this extension, feel free to send us an email at [email protected] or contact us via our help form.

You can easily Export Instagram Comments to Excel Free, Export Facebook Comments, Export Discord Conversation Chat.                    

Extension Basic Information

Name exportcomments.com exportcomments.com
ID fdkllnnmgjajhplnhemfbbglbncchkjj
Official URL https://chromewebstore.google.com/detail/exportcommentscom/fdkllnnmgjajhplnhemfbbglbncchkjj
Description Create an easy way to retrieve your session cookies
File Size 270 KB
Installation Count 4,482
Current Version 1.0.2
Last Updated 2023-07-11
Publish Date 2020-04-06
Rating 3.00/5 Total 2 Ratings
Developer ExportComments.com
Email [email protected]
Payment Type free
Extension Website https://exportcomments.com
Help Page URL https://exportcomments.com/contact
Privacy Policy Page URL https://exportcomments.com/privacy
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/background.js",
            "\/js\/data.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "img\/icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/main.js",
                "\/js\/data.js"
            ],
            "matches": [
                "*:\/\/exportcomments.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Create an easy way to retrieve your session cookies",
    "homepage_url": "https:\/\/exportcomments.com\/",
    "icons": {
        "128": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "exportcomments.com",
    "permissions": [
        "notifications",
        "cookies",
        "*:\/\/*.exportcomments.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/github.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.intercom.io\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.medium.com\/*",
        "*:\/\/*.producthunt.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.uber.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}