EditThisCookie

EditThisCookie is a cookie manager. You can add, delete, edit, search, protect and block cookies!

EditThisCookie란 무엇입니까?

EditThisCookie은(는) https://editthiscookie.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EditThisCookie is a cookie manager. You can add, delete, edit, search, protect and block cookies!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The first and best cookie manager for Google Chrome.
★ Edit cookies
★ Delete cookies
★ Add a new cookie
★ Create cookies
★ Search cookies
★ Protect cookies (read-only cookies)
★ Block cookies (cookie filter)
★ Export cookies in JSON, Netscape cookie file (perfect for wget and curl), Perl::LPW
★ Import cookies in JSON
★ Limit the maximum expiration date of any cookie
★ Improve the performance, remove old cookies
★ Import cookies.txt                    

확장 프로그램 기본 정보

이름 EditThisCookie EditThisCookie
ID fngmhnnpilhplaeedifhccceomclgfbg
공식 URL https://chromewebstore.google.com/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg
설명 EditThisCookie is a cookie manager. You can add, delete, edit, search, protect and block cookies!
파일 크기 1.35 MB
설치 횟수 3,081,828
현재 버전 1.6.3
최근 업데이트 2020-11-23
출시 날짜 2018-11-30
평점 4.41/5 총 11412 개의 평점
개발자 https://editthiscookie.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.editthiscookie.com
도움말 페이지 URL https://github.com/fcapano/Edit-This-Cookie/issues?direction=desc&sort=created&state=open
지원되는 언어 id,ms,de,en,fr,nl,no,vi,tr,da,et,es,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,ru,uk,iw,fa,ta,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSn5dhR3eTtYJoXe4DW2j9oFWIg71\/f21Z3b6tzFva3M9xo07+xUWo9qLmyWkMeisCMhT7VNsuRbP4kIWjWFcFCi\/FgtYCWwCV29CVDvj5Xv+Jzrp8znbCICaczf4ZNqCDdk3WrvSBqp1WqRqJ5q8Y7A0aoFRvMoIxqn1\/u11rrwIDAQAB",
    "name": "EditThisCookie",
    "version": "1.6.3",
    "description": "__MSG_editThis_description__",
    "icons": {
        "16": "img\/icon_16x16.png",
        "48": "img\/icon_48x48.png",
        "128": "img\/icon_128x128.png"
    },
    "default_locale": "en",
    "homepage_url": "http:\/\/www.editthiscookie.com\/",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19x19.png",
            "38": "img\/icon_38x38.png"
        },
        "default_title": "EditThisCookie",
        "default_popup": "popup.html"
    },
    "devtools_page": "\/devtools\/devtools-page.html",
    "background": {
        "scripts": [
            "\/lib\/jquery-3.3.1.min.js",
            "\/lib\/object-watch.js",
            "\/js\/cookie_helpers.js",
            "\/js\/utils.js",
            "\/js\/data.js",
            "\/js\/background.js",
            "\/devtools\/background-devtools.js",
            "\/js\/ga.js"
        ]
    },
    "options_page": "options_main_page.html",
    "permissions": [
        "tabs",
        "",
        "cookies",
        "contextMenus",
        "notifications",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "minimum_chrome_version": "41",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}