Cookie Monster

Block annoying 'accept cookies' popups.

Cookie Monster란 무엇입니까?

Cookie Monster은(는) cookiemonsterapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block annoying 'accept cookies' popups."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Cookie Monster blocks those annoying popups on websites prompting you to accept cookies. 

Cookie Monster is open-source. If the extension misses a popup or breaks a site, please file an issue at the GitHub page here: https://github.com/nickslevine/CookieMonster.                    

확장 프로그램 기본 정보

이름 Cookie Monster Cookie Monster
ID gjdbndifhlodalkcbfnahjeeaahkaljd
공식 URL https://chrome.google.com/webstore/detail/cookie-monster/gjdbndifhlodalkcbfnahjeeaahkaljd
설명 Block annoying 'accept cookies' popups.
파일 크기 388 KB
설치 횟수 331
현재 버전 0.0.1
최근 업데이트 2018-11-14
출시 날짜 2018-11-11
평점 5.00/5 총 3 개의 평점
개발자 cookiemonsterapp
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nickslevine/CookieMonster
도움말 페이지 URL https://github.com/nickslevine/CookieMonster
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Monster",
    "version": "0.0.1",
    "description": "Block annoying 'accept cookies' popups.",
    "icons": {
        "16": "img\/cookiemonster16.png",
        "32": "img\/cookiemonster32.png",
        "128": "img\/cookiemonster128.png"
    },
    "browser_action": {
        "default_icon": "img\/cookiemonster32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cookiemonster.js"
            ]
        }
    ]
}