exportcomments.com

Create an easy way to retrieve your session cookies

exportcomments.com क्या है?

exportcomments.com ExportComments.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create an easy way to retrieve your session cookies"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में exportcomments.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम exportcomments.com exportcomments.com
ID fdkllnnmgjajhplnhemfbbglbncchkjj
आधिकारिक URL https://chromewebstore.google.com/detail/exportcommentscom/fdkllnnmgjajhplnhemfbbglbncchkjj
विवरण Create an easy way to retrieve your session cookies
फ़ाइल का आकार 270 KB
स्थापना संख्या 4,482
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-07-11
प्रकाशन तिथि 2020-04-06
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर ExportComments.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://exportcomments.com
सहायता पृष्ठ URL https://exportcomments.com/contact
गोपनीयता नीति पृष्ठ URL https://exportcomments.com/privacy
समर्थित भाषाएँ 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"
}