exportcomments.com

Create an easy way to retrieve your session cookies

exportcomments.comとは何ですか?

exportcomments.comはExportComments.comによって開発されたChromeの拡張機能で、その主な機能は「Create an easy way to retrieve your session cookies」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

exportcomments.com拡張機能のCRXファイルをダウンロード

exportcomments.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}