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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}