exportcomments.com

Create an easy way to retrieve your session cookies

Co je exportcomments.com?

exportcomments.com je rozšíření Chrome vyvinuté ExportComments.com, a jeho hlavní funkcí je „Create an easy way to retrieve your session cookies“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření exportcomments.com

Stáhněte si soubory rozšíření exportcomments.com ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název exportcomments.com exportcomments.com
ID fdkllnnmgjajhplnhemfbbglbncchkjj
Oficiální URL https://chromewebstore.google.com/detail/exportcommentscom/fdkllnnmgjajhplnhemfbbglbncchkjj
Popis Create an easy way to retrieve your session cookies
Velikost souboru 270 KB
Počet instalací 4,482
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-07-11
Datum Vydání 2020-04-06
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář ExportComments.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://exportcomments.com
URL Stránky Nápovědy https://exportcomments.com/contact
URL Stránky Zásad Ochrany Soukromí https://exportcomments.com/privacy
Podporované Jazyky 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"
}