Cookie Downloader

Very useful extension for downloading session parameters in Chrome.

Cookie Downloader란 무엇입니까?

Cookie Downloader은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Very useful extension for downloading session parameters in Chrome."입니다.

확장 프로그램 스크린샷

screenshot

Cookie Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Very useful downloader for Instagram cookie. It stores the Instagram cookies for people who need it and provides convenience for them in their next login.                    

확장 프로그램 기본 정보

이름 Cookie Downloader Cookie Downloader
ID mcnohaldinakaemlaanniihikocancem
공식 URL https://chromewebstore.google.com/detail/cookie-downloader/mcnohaldinakaemlaanniihikocancem
설명 Very useful extension for downloading session parameters in Chrome.
파일 크기 97.49 KB
설치 횟수 207
현재 버전 1.0.0
최근 업데이트 2020-03-04
출시 날짜 2020-03-04
평점 1.00/5 총 1 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://sharingtools.services
도움말 페이지 URL https://sharingtools.services
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.instagram.com\/",
        "downloads"
    ],
    "icons": {
        "16": "images\/session_builder_16.png",
        "32": "images\/session_builder_32.png",
        "48": "images\/session_builder_48.png",
        "128": "images\/session_builder_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/session_builder_16.png",
            "32": "images\/session_builder_16.png",
            "48": "images\/session_builder_16.png",
            "128": "images\/session_builder_16.png"
        }
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}