Cookie Notice accepted

Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.

Cookie Notice accepted란 무엇입니까?

Cookie Notice accepted은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Cookie Notice Accepted is a minimalistic browser extension which sets cookies to tell your websites that you have accepted the cookie notice, so it wont ask you again.

https://github.com/kreutix/cookie-notice-accepted                    

확장 프로그램 기본 정보

이름 Cookie Notice accepted Cookie Notice accepted
ID nagadfmjjpfgbgojimpjfoobgpjapmpn
공식 URL https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn
설명 Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
파일 크기 70.38 KB
설치 횟수 20
현재 버전 0.0.1
최근 업데이트 2019-02-13
출시 날짜 2019-02-09
평점 1.00/5 총 1 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kreutix/cookie-notice-accepted
지원되는 언어 en-US
manifest.json
{
    "author": "Stefan Kreuter",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19-gray.png",
        "default_title": "Cookie Notice accepted"
    },
    "description": "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.",
    "homepage_url": "https:\/\/github.com\/kreutix\/cookie-notice-accepted",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Cookie Notice accepted",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "cookie-notice-accepted",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}